OSDN Git Service

bcma: make some functions __devinit
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 30 Jan 2012 23:03:34 +0000 (00:03 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 6 Feb 2012 19:53:03 +0000 (14:53 -0500)
commitd1a7a8e1d367e34e5adce91f48cae07dc08d9e6c
treeb4e279942e10a4bfc51e6bfeef052c3cca088964
parent4b259a5cc5ea967fa243dfc1f95a59ae74106f5b
bcma: make some functions __devinit

bcma_core_pci_hostmode_init() has to be in __devinit as it will call a
function in that section and so all functions calling it also have to
be in __devinit.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/bcma_private.h
drivers/bcma/driver_pci.c
drivers/bcma/driver_pci_host.c
drivers/bcma/host_pci.c
drivers/bcma/main.c
include/linux/bcma/bcma_driver_pci.h