summaryrefslogtreecommitdiff
path: root/src/drivers/intel/ish/ish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/ish/ish.c')
-rw-r--r--src/drivers/intel/ish/ish.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c
index d7740a4d6f..66e232d51a 100644
--- a/src/drivers/intel/ish/ish.c
+++ b/src/drivers/intel/ish/ish.c
@@ -32,7 +32,6 @@ static void ish_fill_ssdt_generator(struct device *dev)
static struct device_operations intel_ish_ops = {
.read_resources = DEVICE_NOOP,
.set_resources = DEVICE_NOOP,
- .enable_resources = DEVICE_NOOP,
.acpi_fill_ssdt = ish_fill_ssdt_generator,
};