wan: hostess_sv11: use module_init/module_exit helpers
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Aug 2021 11:40:50 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 12:05:26 +0000 (13:05 +0100)
commitd52c1069d6589abb46df64193d32316613be8c06
treeb7d9983261fceb8c19d7c91fadf7f2d939184935
parent72bcad5393a7079706fcfe02d84ed1599716d6a2
wan: hostess_sv11: use module_init/module_exit helpers

This is one of very few drivers using the old init_module/cleanup_module
function names. Change it over to the modern method.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hostess_sv11.c