mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08: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…
Reference in New Issue
Block a user