ethernet: isa: convert to module_init/module_exit
authorArnd Bergmann <arnd@arndb.de>
Tue, 3 Aug 2021 11:40:51 +0000 (13:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Aug 2021 12:05:26 +0000 (13:05 +0100)
commita07d8ecf6b39cac4c708f5a64cb5c72ffe862e5f
tree5f77238f1a38ab15347a23f70ef3d8149d66931d
parentd52c1069d6589abb46df64193d32316613be8c06
ethernet: isa: convert to module_init/module_exit

There are a couple of ISA ethernet drivers that use the old
init_module/cleanup_module function names for the main entry
points, nothing else uses those any more.

Change them to the documented method with module_init()
and module_exit() markers next to static functions.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/3com/3c515.c
drivers/net/ethernet/8390/ne.c
drivers/net/ethernet/8390/smc-ultra.c
drivers/net/ethernet/8390/wd.c
drivers/net/ethernet/amd/lance.c
drivers/net/ethernet/amd/ni65.c
drivers/net/ethernet/cirrus/cs89x0.c
drivers/net/ethernet/smsc/smc9194.c