linux_dsm_epyc7002/drivers/net/wireless/b43
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.h b43: define new PHYs and radio regs for cores >= 24 2011-06-17 14:22:19 -04:00
bus.c b43: add Kconfig option for compiling SSB driver 2011-06-17 14:22:22 -04:00
bus.h b43: bus: add helpers for checking host type 2011-06-01 15:12:27 -04:00
debugfs.c
debugfs.h
dma.c b43: Fix warnings from gcc 4.6.0 2011-06-01 15:12:29 -04:00
dma.h b43: allocate receive buffers big enough for max frame len + offset 2011-04-04 15:22:11 -04:00
Kconfig b43: add Kconfig option for compiling SSB driver 2011-06-17 14:22:22 -04:00
leds.c b43: bus: abstract board info 2011-06-01 15:10:57 -04:00
leds.h
lo.c b43: Fix warnings from gcc 4.6.0 2011-06-01 15:12:29 -04:00
lo.h
main.c b43: add Kconfig option for compiling SSB driver 2011-06-17 14:22:22 -04:00
main.h b43: do not use SSB specific flags when calling core reset function 2011-06-03 15:01:07 -04:00
Makefile b43: HT-PHY: define standard structs for channel switching 2011-06-22 16:09:42 -04:00
pcmcia.c
pcmcia.h
phy_a.c b43: bus: abstract board info 2011-06-01 15:10:57 -04:00
phy_a.h
phy_common.c b43: HT-PHY: add place for writing HT PHY support 2011-06-17 14:22:20 -04:00
phy_common.h b43: HT-PHY: add place for writing HT PHY support 2011-06-17 14:22:20 -04:00
phy_g.c b43: do not use SSB specific flags when calling core reset function 2011-06-03 15:01:07 -04:00
phy_g.h Fix common misspellings 2011-03-31 11:26:23 -03:00
phy_ht.c b43: HT-PHY: calibrate radio after switching channel 2011-06-22 16:09:44 -04:00
phy_ht.h b43: HT-PHY: define standard structs for channel switching 2011-06-22 16:09:42 -04:00
phy_lp.c b43: LP-PHY: use new pointers path to access ssb_device 2011-06-01 15:12:27 -04:00
phy_lp.h
phy_n.c b43: N-PHY: update switching analog on/off 2011-06-22 16:09:43 -04:00
phy_n.h Fix common misspellings 2011-03-31 11:26:23 -03:00
pio.c b43: bus: abstract 80211 core info 2011-06-01 15:10:56 -04:00
pio.h
radio_2055.c b43: N-PHY: swap values for radio registers 0x3b and 0x3c 2010-12-02 14:37:01 -05:00
radio_2055.h b43: N-PHY: move declarations of chantables functions to correct files 2011-06-22 16:09:43 -04:00
radio_2056.c b43: N-PHY: use correct channel tables for rev4+ 2010-12-22 15:43:29 -05:00
radio_2056.h b43: N-PHY: move declarations of chantables functions to correct files 2011-06-22 16:09:43 -04:00
radio_2059.c b43: HT-PHY: define standard structs for channel switching 2011-06-22 16:09:42 -04:00
radio_2059.h b43: HT-PHY: switch radio to requested channel 2011-06-22 16:09:43 -04:00
rfkill.c b43: bus: abstract bus and core operations 2011-06-01 15:10:58 -04:00
rfkill.h
sdio.c ssb: add __devinit to some functions 2011-06-22 16:09:58 -04:00
sdio.h
sysfs.c b43: bus: abstract device structs and irq 2011-06-01 15:10:57 -04:00
sysfs.h
tables_lpphy.c b43: bus: abstract chip info 2011-06-01 15:10:57 -04:00
tables_lpphy.h
tables_nphy.c b43: N-PHY: rev3+: add tables with gain ctl workarounds 2011-03-04 14:05:18 -05:00
tables_nphy.h b43: N-PHY: move declarations of chantables functions to correct files 2011-06-22 16:09:43 -04:00
tables.c
tables.h
wa.c b43: bus: abstract board info 2011-06-01 15:10:57 -04:00
wa.h
xmit.c b43: bus: abstract SPROM 2011-06-01 15:10:57 -04:00
xmit.h b43: fill PHY ctl word1 in TX header for N-PHY 2011-02-25 15:33:39 -05:00