Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 430f6499 authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: kempld: Include the right header



This driver is a pure GPIO driver and should only include
<linux/gpio/driver.h>.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 96d0d03d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/mfd/kempld.h>

#define KEMPLD_GPIO_MAX_NUM		16