diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-12 14:11:59 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-09-17 10:55:24 -0700 |
commit | 3bca2d4e4e7b771135456f99aea5bfc86aa4667c (patch) | |
tree | d8dc1c0a0a6202d6f54b4ea3f5a842fe3a3a3484 /drivers/gpio | |
parent | 751107ef790ad3a7524d9b3aac74865ca2564e5e (diff) |
gpio: vx855: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>.
Cc: Daniel Drake <drake@endlessm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-vx855.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-vx855.c b/drivers/gpio/gpio-vx855.c index 98a6f1fcc561..d229640b5865 100644 --- a/drivers/gpio/gpio-vx855.c +++ b/drivers/gpio/gpio-vx855.c @@ -25,7 +25,7 @@ #include <linux/kernel.h> #include <linux/module.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/platform_device.h> |