diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-13 15:17:11 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-16 14:35:24 +0200 |
commit | 85320ab6f9fa580b2a5e363597f142b4c68863e8 (patch) | |
tree | b4b801439281499f421cf5fd4541bcacbbf20fcb /drivers/gpio/gpio-ml-ioh.c | |
parent | 3dc1c92fb24408736a5689088e3711c814c3c5a9 (diff) | |
download | blackbird-op-linux-85320ab6f9fa580b2a5e363597f142b4c68863e8.tar.gz blackbird-op-linux-85320ab6f9fa580b2a5e363597f142b4c68863e8.zip |
gpio: ml_ioh: Include the right header
This is a driver so include only <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-ml-ioh.c')
-rw-r--r-- | drivers/gpio/gpio-ml-ioh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ml-ioh.c b/drivers/gpio/gpio-ml-ioh.c index b3678bd1c120..e2bee27eb526 100644 --- a/drivers/gpio/gpio-ml-ioh.c +++ b/drivers/gpio/gpio-ml-ioh.c @@ -18,7 +18,7 @@ #include <linux/kernel.h> #include <linux/slab.h> #include <linux/pci.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/interrupt.h> #include <linux/irq.h> |