diff options
author | 2018-01-19 07:43:37 +0100 | |
---|---|---|
committer | 2018-01-19 07:43:37 +0100 | |
commit | c4a2fed32fbe3cc8ffd33ff067be593a74322dbc (patch) | |
tree | 09bf8bad2bac78644d46b78befce8db5a5e7c03a /drivers/gpio/gpio-davinci.c | |
parent | gpio: Documentation update (diff) | |
parent | gpio: davinci: Include proper header (diff) | |
download | wireguard-linux-c4a2fed32fbe3cc8ffd33ff067be593a74322dbc.tar.xz wireguard-linux-c4a2fed32fbe3cc8ffd33ff067be593a74322dbc.zip |
Merge branch 'gpio-drivers-only-driver-h' into devel
Diffstat (limited to '')
-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> |