diff options
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index 59422b5fa46c..3f314c98d089 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h | |||
@@ -28,9 +28,7 @@ void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core); | |||
28 | void bcma_init_bus(struct bcma_bus *bus); | 28 | void bcma_init_bus(struct bcma_bus *bus); |
29 | int bcma_bus_register(struct bcma_bus *bus); | 29 | int bcma_bus_register(struct bcma_bus *bus); |
30 | void bcma_bus_unregister(struct bcma_bus *bus); | 30 | void bcma_bus_unregister(struct bcma_bus *bus); |
31 | int __init bcma_bus_early_register(struct bcma_bus *bus, | 31 | int __init bcma_bus_early_register(struct bcma_bus *bus); |
32 | struct bcma_device *core_cc, | ||
33 | struct bcma_device *core_mips); | ||
34 | #ifdef CONFIG_PM | 32 | #ifdef CONFIG_PM |
35 | int bcma_bus_suspend(struct bcma_bus *bus); | 33 | int bcma_bus_suspend(struct bcma_bus *bus); |
36 | int bcma_bus_resume(struct bcma_bus *bus); | 34 | int bcma_bus_resume(struct bcma_bus *bus); |
@@ -39,9 +37,6 @@ int bcma_bus_resume(struct bcma_bus *bus); | |||
39 | /* scan.c */ | 37 | /* scan.c */ |
40 | void bcma_detect_chip(struct bcma_bus *bus); | 38 | void bcma_detect_chip(struct bcma_bus *bus); |
41 | int bcma_bus_scan(struct bcma_bus *bus); | 39 | int bcma_bus_scan(struct bcma_bus *bus); |
42 | int __init bcma_bus_scan_early(struct bcma_bus *bus, | ||
43 | struct bcma_device_id *match, | ||
44 | struct bcma_device *core); | ||
45 | 40 | ||
46 | /* sprom.c */ | 41 | /* sprom.c */ |
47 | int bcma_sprom_get(struct bcma_bus *bus); | 42 | int bcma_sprom_get(struct bcma_bus *bus); |