Skip to content

Commit 7606e60

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: vfb: 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/vfb.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 47856a6 commit 7606e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/vfb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,5 +546,6 @@ static void __exit vfb_exit(void)
546546

547547
module_exit(vfb_exit);
548548

549+
MODULE_DESCRIPTION("Virtual Frame Buffer driver");
549550
MODULE_LICENSE("GPL");
550551
#endif /* MODULE */

0 commit comments

Comments
 (0)