diff options
Diffstat (limited to 'src/devices')
-rw-r--r-- | src/devices/root_device.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/devices/root_device.c b/src/devices/root_device.c index affb75b553..b8d56b646b 100644 --- a/src/devices/root_device.c +++ b/src/devices/root_device.c @@ -182,11 +182,3 @@ struct device_operations default_dev_ops_root = { .scan_bus = root_dev_scan_bus, .reset_bus = root_dev_reset, }; - -/** - * @brief The root of device tree. - * - * This is the root of the device tree. The device tree is defined in the - * static.c file and is generated by config tool during compile time. - */ -extern struct device dev_root; |