Skip to content

Commit

Permalink
[8390]: Fix build error.
Browse files Browse the repository at this point in the history
module_init() function reference is wrong.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 23, 2008
1 parent 76fef2b commit d5706ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/8390.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static void __exit ns8390_module_exit(void)
{
}

module_init(ns8390_init_module);
module_init(ns8390_module_init);
module_exit(ns8390_module_exit);
#endif /* MODULE */
MODULE_LICENSE("GPL");

0 comments on commit d5706ef

Please sign in to comment.