diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-13 15:05:59 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-16 14:35:24 +0200 |
commit | 25424b864b2fd3de7b4701b5458d21b713d07d41 (patch) | |
tree | a95b9ceeb6bd1b8adf8cf69f00ba1e3e8efa336f /drivers/gpio/gpio-max730x.c | |
parent | cec93b024bfc442e3789539d51e9c16b4dcfa74d (diff) |
gpio: max730x: Include the right header
This is a driver so only include <linux/gpio/driver.h>.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/gpio-max730x.c')
-rw-r--r-- | drivers/gpio/gpio-max730x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-max730x.c b/drivers/gpio/gpio-max730x.c index 946d09195598..198a36b07773 100644 --- a/drivers/gpio/gpio-max730x.c +++ b/drivers/gpio/gpio-max730x.c @@ -35,7 +35,7 @@ #include <linux/platform_device.h> #include <linux/mutex.h> #include <linux/spi/max7301.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/slab.h> /* |