summaryrefslogtreecommitdiff
path: root/src/drivers/generic/ioapic/ioapic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/generic/ioapic/ioapic.c')
-rw-r--r--src/drivers/generic/ioapic/ioapic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/generic/ioapic/ioapic.c b/src/drivers/generic/ioapic/ioapic.c
index b2c4bb60b1..c8be606458 100644
--- a/src/drivers/generic/ioapic/ioapic.c
+++ b/src/drivers/generic/ioapic/ioapic.c
@@ -95,7 +95,7 @@ static void ioapic_read_resources(struct device *dev)
static struct device_operations ioapic_operations = {
.read_resources = ioapic_read_resources,
- .set_resources = DEVICE_NOOP,
+ .set_resources = noop_set_resources,
.init = ioapic_init,
};