Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <quic_jjohnson@quicinc.com>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Jeff Johnson and committed by
Helge Deller
47856a63 e4d52c0e

+1
+1
drivers/video/fbdev/macmodes.c
··· 411 411 } 412 412 EXPORT_SYMBOL(mac_find_mode); 413 413 414 + MODULE_DESCRIPTION("MacOS video mode library"); 414 415 MODULE_LICENSE("GPL");