lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 26 Jun 2019 06:07:07 -0700
From:   tip-bot for Linus Walleij <tipbot@...or.com>
To:     linux-tip-commits@...r.kernel.org
Cc:     dilinger@...ued.net, mingo@...nel.org, dvhart@...radead.org,
        tglx@...utronix.de, linus.walleij@...aro.org, andy@...radead.org,
        hpa@...or.com, linux-kernel@...r.kernel.org
Subject: [tip:x86/platform] x86/platform/geode: Drop <linux/gpio.h> includes

Commit-ID:  670b004417e37b2d080ff6817703dc02e009dc94
Gitweb:     https://git.kernel.org/tip/670b004417e37b2d080ff6817703dc02e009dc94
Author:     Linus Walleij <linus.walleij@...aro.org>
AuthorDate: Wed, 26 Jun 2019 11:21:19 +0200
Committer:  Thomas Gleixner <tglx@...utronix.de>
CommitDate: Wed, 26 Jun 2019 15:00:12 +0200

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@...aro.org>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-gpio@...r.kernel.org
Cc: Andres Salomon <dilinger@...ued.net>
Cc: linux-geode@...ts.infradead.org
Cc: Andy Shevchenko <andy@...radead.org>
Cc: Darren Hart <dvhart@...radead.org>
Cc: platform-driver-x86@...r.kernel.org
Link: https://lkml.kernel.org/r/20190626092119.3172-1-linus.walleij@linaro.org

---
 arch/x86/platform/geode/alix.c    | 1 -
 arch/x86/platform/geode/geos.c    | 1 -
 arch/x86/platform/geode/net5501.c | 1 -
 3 files changed, 3 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>
diff --git a/arch/x86/platform/geode/geos.c b/arch/x86/platform/geode/geos.c
index 4fcdb91318a0..529ad847d496 100644
--- a/arch/x86/platform/geode/geos.c
+++ b/arch/x86/platform/geode/geos.c
@@ -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>
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>
 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ