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

Commit 3dc1c92f authored by Linus Walleij's avatar Linus Walleij
Browse files

gpio: mc9s08dz60: Include the right header



This is a driver so only include <linux/gpio/driver.h>.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 03a3f19c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/i2c.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>

#define GPIO_GROUP_NUM 2
#define GPIO_NUM_PER_GROUP 8