Skip to content

Commit b4bc18a

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: kyro: 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/kyro/kyrofb.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 7cf5122 commit b4bc18a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/kyro/fbdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,4 +811,5 @@ module_exit(kyrofb_exit);
811811
#endif
812812

813813
MODULE_AUTHOR("STMicroelectronics; Paul Mundt <[email protected]>");
814+
MODULE_DESCRIPTION("STG4000/Kyro/PowerVR 3 driver");
814815
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)