From: Andrew Morton <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/net/cs89x0.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN drivers/net/cs89x0.c~cs89x0-section-fix drivers/net/cs89x0.c
--- a/drivers/net/cs89x0.c~cs89x0-section-fix
+++ a/drivers/net/cs89x0.c
@@ -1905,8 +1905,7 @@ MODULE_LICENSE("GPL");
 
 */
 
-int
-init_module(void)
+int __init init_module(void)
 {
        struct net_device *dev = alloc_etherdev(sizeof(struct net_local));
        struct net_local *lp;
_
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to