break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7
[openwrt.git] / target / linux / ixp4xx-2.6 / 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-rc4-git6-arm/drivers/net/ixp4xx/mac_driver.c
6 ===================================================================
7 --- linux-2.6.21-rc4-git6-arm.orig/drivers/net/ixp4xx/mac_driver.c      2007-03-22 10:32:20.735684085 +0000
8 +++ linux-2.6.21-rc4-git6-arm/drivers/net/ixp4xx/mac_driver.c   2007-03-22 10:33:29.355972584 +0000
9 @@ -842,7 +842,7 @@
10         }
11  }
12  
13 -module_init(init_mac);
14 +late_initcall(init_mac);
15  module_exit(finish_mac);
16  
17  MODULE_LICENSE("GPL");