Skip to content

Commit 861c249

Browse files
author
Thomas Zimmermann
committed
arch/sparc: Add module license and description for fbdev helpers
Add MODULE_LICENSE() and MODULE_DESCRIPTION() for fbdev helpers on sparc. Fixes the following error: ERROR: modpost: missing MODULE_LICENSE() in arch/sparc/video/fbdev.o Reported-by: Guenter Roeck <[email protected]> Closes: https://lore.kernel.org/dri-devel/[email protected]/ Suggested-by: Arnd Bergmann <[email protected]> Fixes: 4eec0b3 ("arch/sparc: Implement fb_is_primary_device() in source file") Cc: "David S. Miller" <[email protected]> Cc: Helge Deller <[email protected]> Cc: Sam Ravnborg <[email protected]> Cc: [email protected] Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Reviewed-by: Sam Ravnborg <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent cf683e8 commit 861c249

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/sparc/video/fbdev.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ int fb_is_primary_device(struct fb_info *info)
2121
return 0;
2222
}
2323
EXPORT_SYMBOL(fb_is_primary_device);
24+
25+
MODULE_DESCRIPTION("Sparc fbdev helpers");
26+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)