Skip to content

Commit 15be78e

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: offb: add missing MODULE_DESCRIPTION() macro
With ARCH=powerpc, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/fbdev/offb.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 7606e60 commit 15be78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/offb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,4 +717,5 @@ static void __exit offb_exit(void)
717717
}
718718
module_exit(offb_exit);
719719

720+
MODULE_DESCRIPTION("Open Firmware frame buffer device driver");
720721
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)