diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-02-06 09:15:52 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-03-01 21:53:58 +0100 |
commit | 85756c14e9966aa77a06720fcae829329690783c (patch) | |
tree | 50f2682b33ee2bea80cdb5354811da0486205e32 /src/include/device/device.h | |
parent | 976d91c07e9af4554af136508880b81fa1997d0e (diff) | |
download | coreboot-85756c14e9966aa77a06720fcae829329690783c.tar.xz |
devicetree: Drop dummy root_dev ops
This is just dead code.
Should we decide that we want some of these calls made, they would
be implemented in the mainboard context.
Change-Id: I1f097c8da722f3afab9aa1c80b96590c7ca457d5
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/8532
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r-- | src/include/device/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/device/device.h b/src/include/device/device.h index 30226bf7df..c1c9fdb19e 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -173,8 +173,6 @@ void dev_finalize_chips(void); int reset_bus(struct bus *bus); unsigned int scan_bus(struct device *bus, unsigned int _max); void assign_resources(struct bus *bus); -void enumerate_static_device(void); -void enumerate_static_devices(void); const char *dev_name(device_t dev); const char *dev_path(device_t dev); u32 dev_path_encode(device_t dev); |