1
0
Fork 0

gpio: syscon: Include the right header

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

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
hifive-unleashed-5.1
Linus Walleij 2018-06-28 08:35:46 +02:00
parent 97a48fcd62
commit 122d00f778
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
*/
#include <linux/err.h>
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/of_device.h>