summaryrefslogtreecommitdiff
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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/i2c/w83793/w83793.c b/src/drivers/i2c/w83793/w83793.c
index 8cf5d87b20..c52cbb24da 100644
--- a/src/drivers/i2c/w83793/w83793.c
+++ b/src/drivers/i2c/w83793/w83793.c
@@ -294,7 +294,6 @@ static void w83793_init(struct device *dev)
static struct device_operations w83793_operations = {
.read_resources = DEVICE_NOOP,
.set_resources = DEVICE_NOOP,
- .enable_resources = DEVICE_NOOP,
.init = w83793_init,
};