alpha: fp_emul: avoid init/cleanup_module names
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 May 2021 21:37:20 +0000 (23:37 +0200)
committerMatt Turner <mattst88@gmail.com>
Mon, 26 Jul 2021 05:33:04 +0000 (22:33 -0700)
commitee3e9fa29e8b2553097009dac270cbed0f03f6d2
tree417811e4a61bd5943981bb18815af27dbc6ab92e
parent15b9e384030cf34de33deed70d670a8dc0fc784a
alpha: fp_emul: avoid init/cleanup_module names

This is one of the last modules using the old calling conventions
for module init/exit functions. Change it over to the style used
everywhere else.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/math-emu/math.c