diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-04-13 09:05:59 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-16 08:35:24 -0400 |
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 @@ | |||
35 | #include <linux/platform_device.h> | 35 | #include <linux/platform_device.h> |
36 | #include <linux/mutex.h> | 36 | #include <linux/mutex.h> |
37 | #include <linux/spi/max7301.h> | 37 | #include <linux/spi/max7301.h> |
38 | #include <linux/gpio.h> | 38 | #include <linux/gpio/driver.h> |
39 | #include <linux/slab.h> | 39 | #include <linux/slab.h> |
40 | 40 | ||
41 | /* | 41 | /* |