Skip to content

Commit

Permalink
mac89x0: missing __init
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 20, 2007
1 parent f6ea209 commit 446df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/mac89x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 446df4c

Please sign in to comment.