Skip to content

Commit 2a80520

Browse files
Jeff Johnsonctmarinas
authored andcommitted
ARM64: reloc_test: add missing MODULE_DESCRIPTION() macro
With ARCH=arm64, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in arch/arm64/kernel/arm64-reloc-test.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent bf0baa5 commit 2a80520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/kernel/reloc_test_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ static void __exit reloc_test_exit(void)
7474
module_init(reloc_test_init);
7575
module_exit(reloc_test_exit);
7676

77+
MODULE_DESCRIPTION("Relocation testing module");
7778
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)