[ixp4xx] refresh kernel patches
[openwrt/svn-archive/archive.git] / target / linux / ixp4xx / patches / 110-ixp4xx_net_driver_fix_mac_handling.patch
1 ---
2 drivers/net/ixp4xx/mac_driver.c | 24 ++++++++++--------------
3 1 file changed, 10 insertions(+), 14 deletions(-)
4
5 Index: linux-2.6.21.7/drivers/net/ixp4xx/mac_driver.c
6 ===================================================================
7 --- linux-2.6.21.7.orig/drivers/net/ixp4xx/mac_driver.c
8 +++ linux-2.6.21.7/drivers/net/ixp4xx/mac_driver.c
9 @@ -842,7 +842,7 @@ static void __exit finish_mac(void)
10 }
11 }
12
13 -module_init(init_mac);
14 +late_initcall(init_mac);
15 module_exit(finish_mac);
16
17 MODULE_LICENSE("GPL");