module: Implement HAVE_MOD_ARCH_SPECIFIC
Implement HAVE_MOD_ARCH_SPECIFIC Kconfig and module_frob_arch_sections()
function prototype from Linux module subsystem.
module_frob_arch_sections() should be implemented by any architecture
that selects HAVE_MOD_ARCH_SPECIFIC, and is called from load_module()

Signed-off-by: David Dgien <dgienda125@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 6d42f89 commit a53cd2e3ed01c84250350ec1c67c6545da46a3ab
@David Dgien David Dgien authored on 29 Jun 2020
Sascha Hauer committed on 1 Jul 2020
Showing 4 changed files
View
common/Kconfig
View
common/module.c
View
include/asm-generic/module.h 0 → 100644
View
include/module.h