aboutsummaryrefslogtreecommitdiff
path: root/src/device/root_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/root_device.c')
-rw-r--r--src/device/root_device.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/root_device.c b/src/device/root_device.c
index 8d587dc42e..68a7ae668f 100644
--- a/src/device/root_device.c
+++ b/src/device/root_device.c
@@ -129,8 +129,6 @@ static const char *root_dev_acpi_name(const struct device *dev)
struct device_operations default_dev_ops_root = {
.read_resources = DEVICE_NOOP,
.set_resources = DEVICE_NOOP,
- .enable_resources = DEVICE_NOOP,
- .init = DEVICE_NOOP,
.scan_bus = scan_static_bus,
.reset_bus = root_dev_reset,
#if CONFIG(HAVE_ACPI_TABLES)