Commit e26c129a authored by Andrew Morton's avatar Andrew Morton Committed by Jeff Garzik

[PATCH] cs89x0 section fix

WARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.data:version from .text between 'init_module' (at offset 0x13d8) and 'net_get_stats'
WARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x1634) and 'net_get_stats'
WARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x1a1f) and 'net_get_stats'

Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 5f3bc456
...@@ -1905,8 +1905,7 @@ MODULE_LICENSE("GPL"); ...@@ -1905,8 +1905,7 @@ MODULE_LICENSE("GPL");
*/ */
int int __init init_module(void)
init_module(void)
{ {
struct net_device *dev = alloc_etherdev(sizeof(struct net_local)); struct net_device *dev = alloc_etherdev(sizeof(struct net_local));
struct net_local *lp; struct net_local *lp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment