pinctrl: remove two unused global variables
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
3838d32759
commit
cc96ffbb74
@ -32,10 +32,6 @@
|
|||||||
static DEFINE_MUTEX(pinmux_list_mutex);
|
static DEFINE_MUTEX(pinmux_list_mutex);
|
||||||
static LIST_HEAD(pinmux_list);
|
static LIST_HEAD(pinmux_list);
|
||||||
|
|
||||||
/* List of pinmux hogs */
|
|
||||||
static DEFINE_MUTEX(pinmux_hoglist_mutex);
|
|
||||||
static LIST_HEAD(pinmux_hoglist);
|
|
||||||
|
|
||||||
/* Global pinmux maps, we allow one set only */
|
/* Global pinmux maps, we allow one set only */
|
||||||
static struct pinmux_map const *pinmux_maps;
|
static struct pinmux_map const *pinmux_maps;
|
||||||
static unsigned pinmux_maps_num;
|
static unsigned pinmux_maps_num;
|
||||||
|
Loading…
Reference in New Issue
Block a user