Skip to content

Commit 47856a6

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: macmodes: add missing MODULE_DESCRIPTION() macro
With ARCH=x86, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/fbdev/macmodes.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 e4d52c0 commit 47856a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/macmodes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,4 +411,5 @@ int mac_find_mode(struct fb_var_screeninfo *var, struct fb_info *info,
411411
}
412412
EXPORT_SYMBOL(mac_find_mode);
413413

414+
MODULE_DESCRIPTION("MacOS video mode library");
414415
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)