forked from Minki/linux
gpio: viperboard: Include the right header
This is a GPIO driver so include only <linux/gpio/driver.h>. Cc: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
3edc688328
commit
d3007ecb5b
@ -19,9 +19,8 @@
|
||||
#include <linux/types.h>
|
||||
#include <linux/mutex.h>
|
||||
#include <linux/platform_device.h>
|
||||
|
||||
#include <linux/usb.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio/driver.h>
|
||||
|
||||
#include <linux/mfd/viperboard.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user