projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430f649
)
gpio: ks8695: Include the right header
author
Linus Walleij
<linus.walleij@linaro.org>
Mon, 12 Mar 2018 11:20:23 +0000
(12:20 +0100)
committer
Linus Walleij
<linus.walleij@linaro.org>
Mon, 19 Mar 2018 00:50:31 +0000
(
01:50
+0100)
This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-ks8695.c
patch
|
blob
|
history
diff --git
a/drivers/gpio/gpio-ks8695.c
b/drivers/gpio/gpio-ks8695.c
index
179723d
..
55d562e
100644
(file)
--- a/
drivers/gpio/gpio-ks8695.c
+++ b/
drivers/gpio/gpio-ks8695.c
@@
-18,7
+18,7
@@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <linux/gpio.h>
+#include <linux/gpio
/driver
.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/init.h>