projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa6aedb
)
gpio: tps65218: remove unused #include
author
Linus Walleij
<linus.walleij@linaro.org>
Fri, 19 Feb 2016 08:22:41 +0000
(09:22 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 19 Feb 2016 08:22:41 +0000
(09:22 +0100)
Just as it says: after adding the proper interfaces to gpiolib,
this is no longer needed.
Suggested-by: Nicolas Saenz Julienne <nicolassaenzj@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tps65218.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-tps65218.c
b/drivers/gpio/gpio-tps65218.c
index
2fc7e16
..
313c0e4
100644
(file)
--- a/
drivers/gpio/gpio-tps65218.c
+++ b/
drivers/gpio/gpio-tps65218.c
@@
-17,7
+17,6
@@
#include <linux/gpio/driver.h>
#include <linux/platform_device.h>
#include <linux/mfd/tps65218.h>
-#include "gpiolib.h"
struct tps65218_gpio {
struct tps65218 *tps65218;