Skip to content

Commit e4d52c0

Browse files
jeff-t-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 <quic_jjohnson@quicinc.com> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent b4bc18a commit e4d52c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)