Skip to content

Commit 2d93937

Browse files
jeff-t-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 <quic_jjohnson@quicinc.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Helge Deller <deller@gmx.de>
1 parent 24aa3ee commit 2d93937

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)