diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2018-01-19 07:43:37 +0100 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2018-01-19 07:43:37 +0100 |
| commit | c4a2fed32fbe3cc8ffd33ff067be593a74322dbc (patch) | |
| tree | 09bf8bad2bac78644d46b78befce8db5a5e7c03a /drivers/gpio/gpio-adp5520.c | |
| parent | adbf02998b2e21e3f055f72fe2daa86260f03637 (diff) | |
| parent | 7220c43a4efa4f5107bc1b99410d2b01df1837ed (diff) | |
| download | linux-c4a2fed32fbe3cc8ffd33ff067be593a74322dbc.tar.gz linux-c4a2fed32fbe3cc8ffd33ff067be593a74322dbc.tar.bz2 linux-c4a2fed32fbe3cc8ffd33ff067be593a74322dbc.zip | |
Merge branch 'gpio-drivers-only-driver-h' into devel
Diffstat (limited to 'drivers/gpio/gpio-adp5520.c')
| -rw-r--r-- | drivers/gpio/gpio-adp5520.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-adp5520.c b/drivers/gpio/gpio-adp5520.c index abf199609546..21452622d954 100644 --- a/drivers/gpio/gpio-adp5520.c +++ b/drivers/gpio/gpio-adp5520.c @@ -12,8 +12,7 @@ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/mfd/adp5520.h> - -#include <linux/gpio.h> +#include <linux/gpio/driver.h> struct adp5520_gpio { struct device *master; |
