mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 09:22:37 +00:00
gpio: mc9s08dz60: Include the right header
This is a driver so only include <linux/gpio/driver.h>. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
03a3f19ce3
commit
3dc1c92fb2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user