diff options
Diffstat (limited to 'drivers/base/base.h')
-rw-r--r-- | drivers/base/base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/base/base.h b/drivers/base/base.h index 3b0f395552db..a74ceda34e19 100644 --- a/drivers/base/base.h +++ b/drivers/base/base.h | |||
@@ -49,7 +49,6 @@ static inline int hypervisor_init(void) { return 0; } | |||
49 | extern int platform_bus_init(void); | 49 | extern int platform_bus_init(void); |
50 | extern int system_bus_init(void); | 50 | extern int system_bus_init(void); |
51 | extern int cpu_dev_init(void); | 51 | extern int cpu_dev_init(void); |
52 | extern int attribute_container_init(void); | ||
53 | 52 | ||
54 | extern int bus_add_device(struct device * dev); | 53 | extern int bus_add_device(struct device * dev); |
55 | extern void bus_attach_device(struct device * dev); | 54 | extern void bus_attach_device(struct device * dev); |