ARM: 9099/1: crypto: rename 'mod_init' & 'mod_exit' functions to be module-specific
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 11 Jul 2021 22:31:43 +0000 (23:31 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Tue, 10 Aug 2021 11:15:27 +0000 (12:15 +0100)
commitc755238d2ce0960ced9ffccc2ce14de2cd01b647
treebf0221e6268441dffec3eb3d1d7088f489e05d0f
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
ARM: 9099/1: crypto: rename 'mod_init' & 'mod_exit' functions to be module-specific

Rename module_init & module_exit functions that are named
"mod_init" and "mod_exit" so that they are unique in both the
System.map file and in initcall_debug output instead of showing
up as almost anonymous "mod_init".

This is helpful for debugging and in determining how long certain
module_init calls take to execute.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: patches@armlinux.org.uk
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/crypto/curve25519-glue.c