Skip to content

Commit 24aa3ee

Browse files
Jeff Johnsonhdeller
authored andcommitted
fbdev: c2p_planar: 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/c2p_planar.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 c2bc958 commit 24aa3ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/video/fbdev/c2p_planar.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,5 @@ void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width,
153153
}
154154
EXPORT_SYMBOL_GPL(c2p_planar);
155155

156+
MODULE_DESCRIPTION("Fast C2P (Chunky-to-Planar) Conversion");
156157
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)