]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit01e567e8066d2554b08973ea9378a30460356fc0
tree417811e4a61bd5943981bb18815af27dbc6ab92e
parent72ea05f7b7d3f7f2253ca53a6c98bfad50162995
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