openwrtv3/target/linux/ar71xx/files/drivers
Gabor Juhos 3711658281 ar71xx: ag71xx: fix section mismatch warnings
The function __devinit ag71xx_probe() references
a function __devexit ag71xx_phy_disconnect().
This is often seen when error handling in the init function
uses functionality in the exit path.
The fix is often to remove the __devexit annotation of
ag71xx_phy_disconnect() so it may be used outside an exit section.

The function ag71xx_phy_disconnect() references a function in an exit
section.
Often the function ag71xx_ar7240_cleanup() has valid usage outside the
exit section
and the fix is to remove the __devexit annotation of
ag71xx_ar7240_cleanup.

SVN-Revision: 26855
2011-05-08 13:30:36 +00:00
..
gpio ar71xx: fix whitespaces nits 2010-11-12 18:50:29 +00:00
leds ar71xx: fix whitespaces nits 2010-11-12 18:50:29 +00:00
mtd ar71xx: use gpio_*_cansleep calls in the rb4xx NAND driver 2011-01-09 09:29:45 +00:00
net ar71xx: ag71xx: fix section mismatch warnings 2011-05-08 13:30:36 +00:00
spi ar71xx: use pr_* functions in drivers 2010-11-12 18:52:12 +00:00
usb/host ar71xx: fix whitespaces nits 2010-11-12 18:50:29 +00:00
watchdog ar71xx: rename ar934x_ref_freq to ar71xx_ref_freq 2011-04-09 18:47:52 +00:00