diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-12-08 09:52:15 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2011-12-08 10:18:30 -0500 |
commit | cc96ffbb744bff2826aa9e62b14bb599b1f15fc3 (patch) | |
tree | 0a3f529c9746532fd3a02f82d49541a1443adc5d /drivers | |
parent | 3838d3275923d0e0df706d2d32e633839166ccea (diff) |
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>
Diffstat (limited to 'drivers')
-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; |