diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-01-19 09:43:37 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-01-19 09:43:37 +0300 |
commit | c4a2fed32fbe3cc8ffd33ff067be593a74322dbc (patch) | |
tree | 09bf8bad2bac78644d46b78befce8db5a5e7c03a /drivers/gpio/gpio-davinci.c | |
parent | adbf02998b2e21e3f055f72fe2daa86260f03637 (diff) | |
parent | 7220c43a4efa4f5107bc1b99410d2b01df1837ed (diff) | |
download | linux-c4a2fed32fbe3cc8ffd33ff067be593a74322dbc.tar.xz |
Merge branch 'gpio-drivers-only-driver-h' into devel
Diffstat (limited to 'drivers/gpio/gpio-davinci.c')
-rw-r--r-- | drivers/gpio/gpio-davinci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index f75d8443ecaf..34fc0a167b7c 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c @@ -9,7 +9,7 @@ * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/clk.h> |