summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/geode/net5501.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-06-26 11:21:19 +0200
committerThomas Gleixner <tglx@linutronix.de>2019-06-26 15:00:12 +0200
commit670b004417e37b2d080ff6817703dc02e009dc94 (patch)
treebf62e529025c84dd21c65a0a518b529c09d7de9f /arch/x86/platform/geode/net5501.c
parent498ad39368865dfdbf15d3516c43694947074b88 (diff)
downloadlinux-670b004417e37b2d080ff6817703dc02e009dc94.tar.bz2
x86/platform/geode: Drop <linux/gpio.h> includes
These board files only use gpio_keys not gpio in general. This include is just surplus, delete it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: linux-gpio@vger.kernel.org Cc: Andres Salomon <dilinger@queued.net> Cc: linux-geode@lists.infradead.org Cc: Andy Shevchenko <andy@infradead.org> Cc: Darren Hart <dvhart@infradead.org> Cc: platform-driver-x86@vger.kernel.org Link: https://lkml.kernel.org/r/20190626092119.3172-1-linus.walleij@linaro.org
Diffstat (limited to 'arch/x86/platform/geode/net5501.c')
-rw-r--r--arch/x86/platform/geode/net5501.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/geode/net5501.c b/arch/x86/platform/geode/net5501.c
index a2f6b982a729..30cb3377ecc7 100644
--- a/arch/x86/platform/geode/net5501.c
+++ b/arch/x86/platform/geode/net5501.c
@@ -22,7 +22,6 @@
#include <linux/string.h>
#include <linux/leds.h>
#include <linux/platform_device.h>
-#include <linux/gpio.h>
#include <linux/input.h>
#include <linux/gpio_keys.h>