1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-23 06:11:59 +03:00
openwrt-xburst/target/linux/ar71xx/files/drivers/net/ag71xx
juhosg 0511a7adf1 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.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26855 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-08 13:30:36 +00:00
..
ag71xx_ar7240.c ar71xx: ag71xx: fix section mismatch warnings 2011-05-08 13:30:36 +00:00
ag71xx_ar8216.c ar71xx: fix up alignment handling 2010-04-15 23:31:17 +00:00
ag71xx_debugfs.c ar71xx: ag71xx: fix build error if debugfs is enabled 2011-05-08 13:30:26 +00:00
ag71xx_ethtool.c ar71xx: add dummy debugfs support for the ag71xx driver 2010-01-04 14:28:25 +00:00
ag71xx_main.c ar71xx: ag71xx: add timestamps to ag71xx_buf 2011-05-07 12:40:28 +00:00
ag71xx_mdio.c ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus behind the switch instead 2011-04-02 00:47:29 +00:00
ag71xx_phy.c ar71xx: ag71xx: fix section mismatch warnings 2011-05-08 13:30:36 +00:00
ag71xx.h ar71xx: ag71xx: add timestamps to ag71xx_buf 2011-05-07 12:40:28 +00:00
Kconfig [ar71xx] wrt400n: lan ports don't need the ar8216 workaround 2010-03-26 19:09:11 +00:00
Makefile ar71xx: add a new driver for the ar7240 switch using swconfig. 2010-08-16 19:21:57 +00:00