Skip to content

Commit 807221c

Browse files
Jeff Johnsonbrauner
authored andcommitted
openpromfs: add missing MODULE_DESCRIPTION() macro
With ARCH=sparc, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/openpromfs/openpromfs.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: Christian Brauner <[email protected]>
1 parent d694e46 commit 807221c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/openpromfs/inode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,5 @@ static void __exit exit_openprom_fs(void)
471471

472472
module_init(init_openprom_fs)
473473
module_exit(exit_openprom_fs)
474+
MODULE_DESCRIPTION("OpenPROM filesystem support");
474475
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)