mac89x0: missing __init
authorAl Viro <[email protected]>
Fri, 20 Jul 2007 03:33:48 +0000 (04:33 +0100)
committerLinus Torvalds <[email protected]>
Fri, 20 Jul 2007 15:24:49 +0000 (08:24 -0700)
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/net/mac89x0.c

index 26a3b45a4a349e86f8072118969f3d89b2697fb4..62c1c6262febea4261c97bf79d61383bb687401b 100644 (file)
@@ -608,7 +608,7 @@ module_param(debug, int, 0);
 MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)");
 MODULE_LICENSE("GPL");
 
-int
+int __init
 init_module(void)
 {
        net_debug = debug;