Skip to content

Commit 2d93937

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: amifb: add missing MODULE_DESCRIPTION() macro
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/fbdev/amifb.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 24aa3ee commit 2d93937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/amifb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3782,5 +3782,6 @@ static struct platform_driver amifb_driver __refdata = {
37823782

37833783
module_platform_driver_probe(amifb_driver, amifb_probe);
37843784

3785+
MODULE_DESCRIPTION("Amiga builtin chipset frame buffer driver");
37853786
MODULE_LICENSE("GPL");
37863787
MODULE_ALIAS("platform:amiga-video");

0 commit comments

Comments
 (0)