]> www.infradead.org Git - users/jedix/linux-maple.git/commit
fbdev: macmodes: add missing MODULE_DESCRIPTION() macro
authorJeff Johnson <quic_jjohnson@quicinc.com>
Thu, 13 Jun 2024 01:59:53 +0000 (18:59 -0700)
committerHelge Deller <deller@gmx.de>
Thu, 13 Jun 2024 21:10:41 +0000 (23:10 +0200)
commit47856a63fd6a56099abba53655a73880d9fbdf7a
tree356c1a242b7d2184ce69564d4a2d0f1734717a45
parente4d52c0ea3ded15ee0634f6679629a620ebf35d2
fbdev: macmodes: 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/macmodes.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/macmodes.c