Browse Source

mac89x0: missing __init

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Al Viro 18 years ago
parent
commit
446df4c1e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/mac89x0.c

+ 1 - 1
drivers/net/mac89x0.c

@@ -608,7 +608,7 @@ module_param(debug, int, 0);
 MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)");
 MODULE_PARM_DESC(debug, "CS89[02]0 debug level (0-5)");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 
 
-int
+int __init
 init_module(void)
 init_module(void)
 {
 {
 	net_debug = debug;
 	net_debug = debug;