Skip to content
Snippets Groups Projects
Commit d5706ef3 authored by David S. Miller's avatar David S. Miller
Browse files

[8390]: Fix build error.


module_init() function reference is wrong.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 76fef2b6
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment