Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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");