aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-03-12 12:20:23 +0100
committerLinus Walleij <linus.walleij@linaro.org>2018-03-19 01:50:31 +0100
commit6e9554a48bd1840dded782af1484ae911c14ebfd (patch)
tree931110fd373e1879a192c248022f3be4bb3c784b /drivers/gpio
parentgpio: kempld: Include the right header (diff)
downloadlinux-dev-6e9554a48bd1840dded782af1484ae911c14ebfd.tar.xz
linux-dev-6e9554a48bd1840dded782af1484ae911c14ebfd.zip
gpio: ks8695: Include the right header
This driver is a pure GPIO driver and should only include <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-ks8695.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-ks8695.c b/drivers/gpio/gpio-ks8695.c
index 179723d02f55..55d562e1278e 100644
--- a/drivers/gpio/gpio-ks8695.c
+++ b/drivers/gpio/gpio-ks8695.c
@@ -18,7 +18,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <linux/gpio.h>
+#include <linux/gpio/driver.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/init.h>