Skip to content
Snippets Groups Projects
Commit cc96ffbb authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Linus Walleij
Browse files

pinctrl: remove two unused global variables

parent 3838d327
No related branches found
No related tags found
No related merge requests found
...@@ -32,10 +32,6 @@ ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment