Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fbdev/c2p: Include <linux/export.h>

Fix the compile-time warnings

drivers/video/fbdev/c2p_iplan2.c: warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing
drivers/video/fbdev/c2p_planar.c: warning: EXPORT_SYMBOL() is used, but #include <linux/export.h> is missing

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Helge Deller <deller@gmx.de>
Fixes: a934a57a42f6 ("scripts/misc-check: check missing #include <linux/export.h> when W=1")
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20250612081738.197826-4-tzimmermann@suse.de

+2
+1
drivers/video/fbdev/c2p_iplan2.c
··· 8 8 * for more details. 9 9 */ 10 10 11 + #include <linux/export.h> 11 12 #include <linux/module.h> 12 13 #include <linux/string.h> 13 14
+1
drivers/video/fbdev/c2p_planar.c
··· 8 8 * for more details. 9 9 */ 10 10 11 + #include <linux/export.h> 11 12 #include <linux/module.h> 12 13 #include <linux/string.h> 13 14