]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit143c3ff64984dfbaaa13198761502c1097a89fc8
treebf0221e6268441dffec3eb3d1d7088f489e05d0f
parentb1b49cbcf8bd66059ed6f80c573a7ff83991d8ef
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