summaryrefslogtreecommitdiff
path: root/src/drivers/i2c/nct7802y/nct7802y.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/nct7802y/nct7802y.c')
-rw-r--r--src/drivers/i2c/nct7802y/nct7802y.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/i2c/nct7802y/nct7802y.c b/src/drivers/i2c/nct7802y/nct7802y.c
index da148092d4..c21b002ba5 100644
--- a/src/drivers/i2c/nct7802y/nct7802y.c
+++ b/src/drivers/i2c/nct7802y/nct7802y.c
@@ -22,7 +22,6 @@ static void nct7802y_init(struct device *const dev)
static struct device_operations nct7802y_ops = {
.read_resources = DEVICE_NOOP,
.set_resources = DEVICE_NOOP,
- .enable_resources = DEVICE_NOOP,
.init = nct7802y_init,
};