mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 07:39:47 +00:00
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 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 */
|
||||
static struct pinmux_map const *pinmux_maps;
|
||||
static unsigned pinmux_maps_num;
|
||||
|
Loading…
x
Reference in New Issue
Block a user