aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio/gpio-da9052.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-01-19 07:43:37 +0100
committerLinus Walleij <linus.walleij@linaro.org>2018-01-19 07:43:37 +0100
commitc4a2fed32fbe3cc8ffd33ff067be593a74322dbc (patch)
tree09bf8bad2bac78644d46b78befce8db5a5e7c03a /drivers/gpio/gpio-da9052.c
parentgpio: Documentation update (diff)
parentgpio: davinci: Include proper header (diff)
downloadwireguard-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.c2
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>