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