aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/bcma_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r--drivers/bcma/bcma_private.h7
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);
28void bcma_init_bus(struct bcma_bus *bus); 28void bcma_init_bus(struct bcma_bus *bus);
29int bcma_bus_register(struct bcma_bus *bus); 29int bcma_bus_register(struct bcma_bus *bus);
30void bcma_bus_unregister(struct bcma_bus *bus); 30void bcma_bus_unregister(struct bcma_bus *bus);
31int __init bcma_bus_early_register(struct bcma_bus *bus, 31int __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
35int bcma_bus_suspend(struct bcma_bus *bus); 33int bcma_bus_suspend(struct bcma_bus *bus);
36int bcma_bus_resume(struct bcma_bus *bus); 34int 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 */
40void bcma_detect_chip(struct bcma_bus *bus); 38void bcma_detect_chip(struct bcma_bus *bus);
41int bcma_bus_scan(struct bcma_bus *bus); 39int bcma_bus_scan(struct bcma_bus *bus);
42int __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 */
47int bcma_sprom_get(struct bcma_bus *bus); 42int bcma_sprom_get(struct bcma_bus *bus);