1
0
Fork 0

gpio: ge: 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>
hifive-unleashed-5.1
Linus Walleij 2018-02-09 00:42:39 +01:00
parent 1cb6610aec
commit d90f2adee4
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <linux/of_address.h>
#include <linux/module.h>
#include <linux/gpio/driver.h>