1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 17:26:22 +03:00

ar71xx: fix section mismatch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26562 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-04-09 18:47:55 +00:00
parent f2a69b10a8
commit 9330419fa7

View File

@ -138,7 +138,7 @@ static void __init ubnt_generic_setup(void)
* Do not increase Secondary MAC address by 1 but do workaround
* with 'Locally Administrated' bit.
*/
static void ubnt_init_secondary_mac(unsigned char *mac_base)
static void __init ubnt_init_secondary_mac(unsigned char *mac_base)
{
ar71xx_init_mac(ar71xx_eth1_data.mac_addr, mac_base, 0);
ar71xx_eth1_data.mac_addr[0] |= 0x02;