dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Uwe Kleine-König 2011-12-08 15:52:15 +01:00 committed by Linus Walleij
parent 3838d32759
commit cc96ffbb74
1 changed files with 0 additions and 4 deletions

View File

@ -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;