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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/i2c/lm96000/lm96000.c b/src/drivers/i2c/lm96000/lm96000.c
index 54d2b88e7c..b1cf06eca2 100644
--- a/src/drivers/i2c/lm96000/lm96000.c
+++ b/src/drivers/i2c/lm96000/lm96000.c
@@ -205,8 +205,8 @@ static void lm96000_init(struct device *const dev)
}
static struct device_operations lm96000_ops = {
- .read_resources = DEVICE_NOOP,
- .set_resources = DEVICE_NOOP,
+ .read_resources = noop_read_resources,
+ .set_resources = noop_set_resources,
.init = lm96000_init,
};