From a27886399d8f55130935e1a1ab21ff47656f458e Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Thu, 12 Jun 2025 10:16:33 +0200 Subject: [PATCH] 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 --- drivers/video/fbdev/mb862xx/mb862xx-i2c.c | 1 - 1 file changed, 1 deletion(-) 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" -- 2.47.2