1
0
Fork 0

pinctrl: ingenic: Include the right header

This is a GPIO driver so only include <linux/gpio/driver.h>

Cc: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
hifive-unleashed-5.1
Linus Walleij 2018-08-29 13:39:54 +02:00
parent 57e2143473
commit 28d6eeb4f0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
*/
#include <linux/compiler.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/of_device.h>