]> Git Repo - linux.git/commitdiff
x86/platform/geode: Drop <linux/gpio.h> includes
authorLinus Walleij <[email protected]>
Wed, 26 Jun 2019 09:21:19 +0000 (11:21 +0200)
committerThomas Gleixner <[email protected]>
Wed, 26 Jun 2019 13:00:12 +0000 (15:00 +0200)
These board files only use gpio_keys not gpio in general.  This include is
just surplus, delete it.

Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: Andres Salomon <[email protected]>
Cc: [email protected]
Cc: Andy Shevchenko <[email protected]>
Cc: Darren Hart <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/platform/geode/alix.c
arch/x86/platform/geode/geos.c
arch/x86/platform/geode/net5501.c

index 1865c196f13632a317fadcbff4134684c841af5d..abcf27077bac945eaef3c6040ecd3e40c2f1802b 100644 (file)
@@ -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>
index 4fcdb91318a08d6e5498cd797f9fb84dc325edeb..529ad847d49657a5242a54dd2e7b3f0238399b1c 100644 (file)
@@ -21,7 +21,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>
 #include <linux/dmi.h>
index a2f6b982a7295b634fefdbec303ad37280caeaa6..30cb3377ecc7715a03a70ccba53994b735b6db78 100644 (file)
@@ -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>
 
This page took 0.061206 seconds and 4 git commands to generate.