diff options
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/pinmux.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/pinctrl/pinmux.c b/drivers/pinctrl/pinmux.c index a5467f8709e9..f2c84a90df14 100644 --- a/drivers/pinctrl/pinmux.c +++ b/drivers/pinctrl/pinmux.c | |||
@@ -32,10 +32,6 @@ | |||
32 | static DEFINE_MUTEX(pinmux_list_mutex); | 32 | static DEFINE_MUTEX(pinmux_list_mutex); |
33 | static LIST_HEAD(pinmux_list); | 33 | static LIST_HEAD(pinmux_list); |
34 | 34 | ||
35 | /* List of pinmux hogs */ | ||
36 | static DEFINE_MUTEX(pinmux_hoglist_mutex); | ||
37 | static LIST_HEAD(pinmux_hoglist); | ||
38 | |||
39 | /* Global pinmux maps, we allow one set only */ | 35 | /* Global pinmux maps, we allow one set only */ |
40 | static struct pinmux_map const *pinmux_maps; | 36 | static struct pinmux_map const *pinmux_maps; |
41 | static unsigned pinmux_maps_num; | 37 | static unsigned pinmux_maps_num; |