mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
gpio: ftgpio010: Drop of_gpio.h include
This driver does not make use of the functions in <linux/of_gpio.h> so drop this include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
7275cb75b9
commit
7113ea8a8f
@ -14,7 +14,6 @@
|
||||
#include <linux/io.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/of_gpio.h>
|
||||
#include <linux/bitops.h>
|
||||
|
||||
/* GPIO registers definition */
|
||||
|
Loading…
Reference in New Issue
Block a user