From: Thomas Zimmermann Date: Thu, 12 Jun 2025 08:16:33 +0000 (+0200) Subject: fbdev/mb862xx: Do not include X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a27886399d8f55130935e1a1ab21ff47656f458e;p=thirdparty%2Fkernel%2Flinux.git fbdev/mb862xx: Do not include Fix the compile-time warning drivers/video/fbdev/mb862xx/mb862xx-i2c.c: warning: EXPORT_SYMBOL() is not used, but #include is present Signed-off-by: Thomas Zimmermann Reviewed-by: Helge Deller Fixes: 7d95680d64ac ("scripts/misc-check: check unnecessary #include when W=1") Cc: Masahiro Yamada Cc: Nathan Chancellor Link: https://lore.kernel.org/r/20250612081738.197826-11-tzimmermann@suse.de --- diff --git a/drivers/video/fbdev/mb862xx/mb862xx-i2c.c b/drivers/video/fbdev/mb862xx/mb862xx-i2c.c index ffdb1597d303b..08b7f19a67a5b 100644 --- a/drivers/video/fbdev/mb862xx/mb862xx-i2c.c +++ b/drivers/video/fbdev/mb862xx/mb862xx-i2c.c @@ -9,7 +9,6 @@ #include #include #include -#include #include "mb862xxfb.h" #include "mb862xx_reg.h"