aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/lm96000/lm96000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/lm96000/lm96000.c')
-rw-r--r--src/drivers/i2c/lm96000/lm96000.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/i2c/lm96000/lm96000.c b/src/drivers/i2c/lm96000/lm96000.c
index dcb5b41f9c..54d2b88e7c 100644
--- a/src/drivers/i2c/lm96000/lm96000.c
+++ b/src/drivers/i2c/lm96000/lm96000.c
@@ -207,7 +207,6 @@ static void lm96000_init(struct device *const dev)
static struct device_operations lm96000_ops = {
.read_resources = DEVICE_NOOP,
.set_resources = DEVICE_NOOP,
- .enable_resources = DEVICE_NOOP,
.init = lm96000_init,
};