mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
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>
This commit is contained in:
parent
97a48fcd62
commit
122d00f778
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user