File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ config PINCTRL_DA9062
172
172
173
173
config PINCTRL_DIGICOLOR
174
174
bool
175
- depends on OF && ( ARCH_DIGICOLOR || COMPILE_TEST)
175
+ depends on ARCH_DIGICOLOR || COMPILE_TEST
176
176
select PINMUX
177
177
select GENERIC_PINCONF
178
178
Original file line number Diff line number Diff line change 11
11
* - Pin pad configuration (pull up/down, strength)
12
12
*/
13
13
14
+ #include <linux/gpio/driver.h>
14
15
#include <linux/init.h>
15
- #include <linux/platform_device.h>
16
- #include <linux/of.h>
17
- #include <linux/of_device.h>
18
16
#include <linux/io.h>
19
- #include <linux/gpio/driver.h>
17
+ #include <linux/mod_devicetable.h>
18
+ #include <linux/platform_device.h>
20
19
#include <linux/spinlock.h>
20
+
21
21
#include <linux/pinctrl/machine.h>
22
22
#include <linux/pinctrl/pinconf.h>
23
23
#include <linux/pinctrl/pinconf-generic.h>
24
24
#include <linux/pinctrl/pinctrl.h>
25
25
#include <linux/pinctrl/pinmux.h>
26
+
26
27
#include "pinctrl-utils.h"
27
28
28
29
#define DRIVER_NAME "pinctrl-digicolor"
You can’t perform that action at this time.
0 commit comments