Skip to content

Commit 7cf5122

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: viafb: 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/via/viafb.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 f709f1c commit 7cf5122

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/via/viafbdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,5 +2144,6 @@ MODULE_PARM_DESC(viafb_lcd_port, "Specify LCD output port.");
21442144
module_param(viafb_dvi_port, charp, S_IRUSR);
21452145
MODULE_PARM_DESC(viafb_dvi_port, "Specify DVI output port.");
21462146

2147+
MODULE_DESCRIPTION("VIA UniChrome (Pro) and Chrome9 display driver");
21472148
MODULE_LICENSE("GPL");
21482149
#endif

0 commit comments

Comments
 (0)