[8390]: Fix build error.
module_init() function reference is wrong. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
76fef2b6bf
commit
d5706ef30b
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue