aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform/geode/alix.c
diff options
context:
space:
mode:
authorGravatar Linus Walleij <linus.walleij@linaro.org> 2019-06-26 11:21:19 +0200
committerGravatar Thomas Gleixner <tglx@linutronix.de> 2019-06-26 15:00:12 +0200
commit670b004417e37b2d080ff6817703dc02e009dc94 (patch)
treebf62e529025c84dd21c65a0a518b529c09d7de9f /arch/x86/platform/geode/alix.c
parentx86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vector (diff)
downloadlinux-670b004417e37b2d080ff6817703dc02e009dc94.tar.gz
linux-670b004417e37b2d080ff6817703dc02e009dc94.tar.bz2
linux-670b004417e37b2d080ff6817703dc02e009dc94.zip
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/alix.c')
-rw-r--r--arch/x86/platform/geode/alix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/geode/alix.c b/arch/x86/platform/geode/alix.c
index 1865c196f136..abcf27077bac 100644
--- a/arch/x86/platform/geode/alix.c
+++ b/arch/x86/platform/geode/alix.c
@@ -24,7 +24,6 @@
#include <linux/moduleparam.h>
#include <linux/leds.h>
#include <linux/platform_device.h>
-#include <linux/gpio.h>
#include <linux/input.h>
#include <linux/gpio_keys.h>
#include <linux/dmi.h>