diff options
Diffstat (limited to 'drivers/bcma/main.c')
-rw-r--r-- | drivers/bcma/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/main.c b/drivers/bcma/main.c index 53ba20ca17e0..4a92f647b58b 100644 --- a/drivers/bcma/main.c +++ b/drivers/bcma/main.c | |||
@@ -192,7 +192,7 @@ static void bcma_unregister_cores(struct bcma_bus *bus) | |||
192 | platform_device_unregister(bus->drv_cc.watchdog); | 192 | platform_device_unregister(bus->drv_cc.watchdog); |
193 | } | 193 | } |
194 | 194 | ||
195 | int __devinit bcma_bus_register(struct bcma_bus *bus) | 195 | int bcma_bus_register(struct bcma_bus *bus) |
196 | { | 196 | { |
197 | int err; | 197 | int err; |
198 | struct bcma_device *core; | 198 | struct bcma_device *core; |