1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-17 19:54:43 +02:00
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
..
2011-05-06 12:37:40 +00:00
2011-04-03 13:59:07 +00:00
2011-05-07 12:49:17 +00:00
2011-03-18 13:25:32 +00:00
2011-04-03 13:59:07 +00:00
2011-04-03 13:59:07 +00:00
2011-04-03 13:59:07 +00:00
2011-04-03 13:59:07 +00:00
2011-03-28 15:44:03 +00:00
2011-03-28 15:53:28 +00:00
2011-04-03 13:59:07 +00:00
2011-04-03 13:59:07 +00:00
2011-04-03 13:59:07 +00:00
2011-02-19 12:44:07 +00:00
2011-05-03 21:18:12 +00:00
2011-04-03 13:59:07 +00:00
2010-08-06 21:36:35 +00:00