linux/drivers/ssb
Hauke Mehrtens cd15598707 ssb: add __devinit to some functions
Two functions in ssb are using register_pci_controller() which is
__devinit. The functions ssb_pcicore_init_hostmode() and
ssb_gige_probe() should also be __devinit.

This fixes the following warning:
WARNING: vmlinux.o(.text+0x2727b8): Section mismatch in reference from the function ssb_pcicore_init_hostmode() to the function .devinit.text:register_pci_controller()
The function ssb_pcicore_init_hostmode() references
the function __devinit register_pci_controller().
This is often because ssb_pcicore_init_hostmode lacks a __devinit
annotation or the annotation of register_pci_controller is wrong.

WARNING: vmlinux.o(.text+0x273398): Section mismatch in reference from the function ssb_gige_probe() to the function .devinit.text:register_pci_controller()
The function ssb_gige_probe() references
the function __devinit register_pci_controller().
This is often because ssb_gige_probe lacks a __devinit
annotation or the annotation of register_pci_controller is wrong.

Reported-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2011-06-22 16:09:58 -04:00
..
b43_pci_bridge.c ssb: b43-pci-bridge: Add new vendor for BCM4318 2010-11-22 15:19:31 -05:00
driver_chipcommon.c ssb: cc: prepare clockmode support for cores rev 10+ 2011-05-02 14:49:14 -04:00
driver_chipcommon_pmu.c drivers/ssb/driver_chipcommon_pmu.c: uninitilized warning 2011-06-17 14:22:17 -04:00
driver_extif.c
driver_gige.c ssb: add __devinit to some functions 2011-06-22 16:09:58 -04:00
driver_mipscore.c
driver_pcicore.c ssb: add __devinit to some functions 2011-06-22 16:09:58 -04:00
embedded.c
Kconfig kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT 2011-01-20 17:02:05 -08:00
main.c ssb: add __devinit to some functions 2011-06-22 16:09:58 -04:00
Makefile
pci.c SSB: Change fallback sprom to callback mechanism. 2011-05-19 09:55:47 +01:00
pcihost_wrapper.c ssb: add __devinit to some functions 2011-06-22 16:09:58 -04:00
pcmcia.c ssb-pcmcia: Fix parsing of invariants tuples 2011-02-07 16:02:14 -05:00
scan.c ssb: update list of devices supporting multiple 80211 cores 2011-05-11 10:17:17 -04:00
sdio.c
sprom.c SSB: Change fallback sprom to callback mechanism. 2011-05-19 09:55:47 +01:00
ssb_private.h SSB: Change fallback sprom to callback mechanism. 2011-05-19 09:55:47 +01:00