Skip to content

Commit 670b004

Browse files
linuswKAGA-KOKO
authored andcommitted
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 <[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]
1 parent 498ad39 commit 670b004

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

arch/x86/platform/geode/alix.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include <linux/moduleparam.h>
2525
#include <linux/leds.h>
2626
#include <linux/platform_device.h>
27-
#include <linux/gpio.h>
2827
#include <linux/input.h>
2928
#include <linux/gpio_keys.h>
3029
#include <linux/dmi.h>

arch/x86/platform/geode/geos.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <linux/string.h>
2222
#include <linux/leds.h>
2323
#include <linux/platform_device.h>
24-
#include <linux/gpio.h>
2524
#include <linux/input.h>
2625
#include <linux/gpio_keys.h>
2726
#include <linux/dmi.h>

arch/x86/platform/geode/net5501.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include <linux/string.h>
2323
#include <linux/leds.h>
2424
#include <linux/platform_device.h>
25-
#include <linux/gpio.h>
2625
#include <linux/input.h>
2726
#include <linux/gpio_keys.h>
2827

0 commit comments

Comments
 (0)