Commit d5706ef3 authored by David S. Miller's avatar David S. Miller

[8390]: Fix build error.

module_init() function reference is wrong.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 76fef2b6
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment