Skip to content

Commit e4d52c0

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: goldfishfb: add missing MODULE_DESCRIPTION() macro
With ARCH=arm64, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/fbdev/goldfishfb.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent b4bc18a commit e4d52c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/goldfishfb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,5 @@ static struct platform_driver goldfish_fb_driver = {
321321

322322
module_platform_driver(goldfish_fb_driver);
323323

324+
MODULE_DESCRIPTION("Goldfish Virtual Platform Framebuffer driver");
324325
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)