aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/w83793/w83793.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/w83793/w83793.c')
-rw-r--r--src/drivers/i2c/w83793/w83793.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/i2c/w83793/w83793.c b/src/drivers/i2c/w83793/w83793.c
index c52cbb24da..822c2cee21 100644
--- a/src/drivers/i2c/w83793/w83793.c
+++ b/src/drivers/i2c/w83793/w83793.c
@@ -292,8 +292,8 @@ static void w83793_init(struct device *dev)
}
static struct device_operations w83793_operations = {
- .read_resources = DEVICE_NOOP,
- .set_resources = DEVICE_NOOP,
+ .read_resources = noop_read_resources,
+ .set_resources = noop_set_resources,
.init = w83793_init,
};