Skip to content

Commit 629c1a9

Browse files
author
Thomas Zimmermann
committed
fbdev/viafb: Do not include <linux/export.h>
Fix the compile-time warning drivers/video/fbdev/via/via-gpio.c: warning: EXPORT_SYMBOL() is not used, but #include <linux/export.h> is present Signed-off-by: Thomas Zimmermann <[email protected]> Reviewed-by: Helge Deller <[email protected]> Fixes: 7d95680 ("scripts/misc-check: check unnecessary #include <linux/export.h> when W=1") Cc: Masahiro Yamada <[email protected]> Cc: Nathan Chancellor <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b6c6264 commit 629c1a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/video/fbdev/via/via-gpio.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/gpio/machine.h>
1111
#include <linux/platform_device.h>
1212
#include <linux/via-core.h>
13-
#include <linux/export.h>
1413
#include "via-gpio.h"
1514

1615
/*

0 commit comments

Comments
 (0)