Skip to content

Commit a278863

Browse files
committed
fbdev/mb862xx: Do not include <linux/export.h>
Fix the compile-time warning drivers/video/fbdev/mb862xx/mb862xx-i2c.c: warning: EXPORT_SYMBOL() is not used, but #include <linux/export.h> is present Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Reviewed-by: Helge Deller <deller@gmx.de> Fixes: 7d95680 ("scripts/misc-check: check unnecessary #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-11-tzimmermann@suse.de
1 parent 660c06e commit a278863

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/video/fbdev/mb862xx/mb862xx-i2c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include <linux/i2c.h>
1010
#include <linux/io.h>
1111
#include <linux/delay.h>
12-
#include <linux/export.h>
1312

1413
#include "mb862xxfb.h"
1514
#include "mb862xx_reg.h"

0 commit comments

Comments
 (0)