diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-08-29 17:16:18 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-04 08:22:47 +0200 |
commit | 97feacc05dfb601273fd680d7b805b8e09c1bec7 (patch) | |
tree | d4c2abfd28aba282a048d68e4d02687a1eea7707 /arch/x86/platform/ts5500 | |
parent | bf97279079be21fc843d90489846d2c73c77ed09 (diff) |
gpio: ts5500: Delete platform data handling
The TS5500 GPIO driver apparently supports platform data
without making any use of it whatsoever. Delete this code,
last chance to speak up if you think it is needed.
Cc: kernel@savoirfairelinux.com
Cc: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: Jerome Oufella <jerome.oufella@savoirfairelinux.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/x86/platform/ts5500')
-rw-r--r-- | arch/x86/platform/ts5500/ts5500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/platform/ts5500/ts5500.c b/arch/x86/platform/ts5500/ts5500.c index fd39301f25ac..7e56fc74093c 100644 --- a/arch/x86/platform/ts5500/ts5500.c +++ b/arch/x86/platform/ts5500/ts5500.c @@ -24,7 +24,6 @@ #include <linux/kernel.h> #include <linux/leds.h> #include <linux/init.h> -#include <linux/platform_data/gpio-ts5500.h> #include <linux/platform_data/max197.h> #include <linux/platform_device.h> #include <linux/slab.h> |