We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fd5d4 commit c8b68d5Copy full SHA for c8b68d5
drivers/pinctrl/pinctrl-falcon.c
@@ -14,7 +14,6 @@
14
#include <linux/module.h>
15
#include <linux/of.h>
16
#include <linux/of_address.h>
17
-#include <linux/of_gpio.h>
18
#include <linux/of_platform.h>
19
#include <linux/platform_device.h>
20
#include <linux/seq_file.h>
drivers/pinctrl/pinctrl-xway.c
@@ -8,11 +8,11 @@
8
*/
9
10
#include <linux/err.h>
11
+#include <linux/gpio/driver.h>
12
#include <linux/slab.h>
13
#include <linux/ioport.h>
#include <linux/io.h>
#include <linux/device.h>
0 commit comments