1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 16:19:53 +03:00
openwrt-xburst/target/linux/ar71xx/files
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
..
arch/mips ar71xx: override wmac device name for the AR934x SoCs 2011-05-07 09:23:32 +00:00
drivers ar71xx: ag71xx: fix section mismatch warnings 2011-05-08 13:30:36 +00:00
include/linux ar71xx: fix whitespaces nits 2010-11-12 18:50:29 +00:00
net/dsa ar71xx: the ar7240 dsa driver is no longer used, remove it. 2010-10-21 18:42:28 +00:00