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-da9052.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-da9052.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-da9052.c b/drivers/gpio/gpio-da9052.c index dd8977cf3e85..b6d3e997eb26 100644 --- a/drivers/gpio/gpio-da9052.c +++ b/drivers/gpio/gpio-da9052.c @@ -15,7 +15,7 @@ #include <linux/fs.h> #include <linux/uaccess.h> #include <linux/platform_device.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <linux/syscalls.h> #include <linux/seq_file.h> |