mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
fbdev: matroxfb: add missing MODULE_DESCRIPTION() macros
With ARCH=x86, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/fbdev/matrox/matroxfb_accel.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/fbdev/matrox/matroxfb_DAC1064.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/video/fbdev/matrox/matroxfb_Ti3026.o Add the missing invocations of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
d6161b7d8b
commit
f709f1cf65
@ -1111,4 +1111,5 @@ EXPORT_SYMBOL(matrox_G100);
|
||||
EXPORT_SYMBOL(DAC1064_global_init);
|
||||
EXPORT_SYMBOL(DAC1064_global_restore);
|
||||
#endif
|
||||
MODULE_DESCRIPTION("Matrox Mystique/G100 output driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -746,4 +746,5 @@ struct matrox_switch matrox_millennium = {
|
||||
};
|
||||
EXPORT_SYMBOL(matrox_millennium);
|
||||
#endif
|
||||
MODULE_DESCRIPTION("Matrox Millennium output driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -517,4 +517,5 @@ static void matroxfb_imageblit(struct fb_info* info, const struct fb_image* imag
|
||||
}
|
||||
}
|
||||
|
||||
MODULE_DESCRIPTION("Accelerated fbops for Matrox Millennium/Mystique/G100/G200/G400/G450/G550");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user