提交 d5706ef3 编写于 作者: D David S. Miller

[8390]: Fix build error.

module_init() function reference is wrong.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 76fef2b6
...@@ -57,7 +57,7 @@ static void __exit ns8390_module_exit(void) ...@@ -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); module_exit(ns8390_module_exit);
#endif /* MODULE */ #endif /* MODULE */
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册