Commit 843aec9653acbc636207467d2c17f3d5902172d3
Committed by
Linus Walleij
1 parent
a59f0e2181
Exists in
smarc-imx_3.14.28_1.0.0_ga
and in
1 other branch
pinctrl: Staticize local symbols
Symbols referenced only in this file are made static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Cc: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
drivers/pinctrl/core.c
... | ... | @@ -41,13 +41,13 @@ |
41 | 41 | static bool pinctrl_dummy_state; |
42 | 42 | |
43 | 43 | /* Mutex taken to protect pinctrl_list */ |
44 | -DEFINE_MUTEX(pinctrl_list_mutex); | |
44 | +static DEFINE_MUTEX(pinctrl_list_mutex); | |
45 | 45 | |
46 | 46 | /* Mutex taken to protect pinctrl_maps */ |
47 | 47 | DEFINE_MUTEX(pinctrl_maps_mutex); |
48 | 48 | |
49 | 49 | /* Mutex taken to protect pinctrldev_list */ |
50 | -DEFINE_MUTEX(pinctrldev_list_mutex); | |
50 | +static DEFINE_MUTEX(pinctrldev_list_mutex); | |
51 | 51 | |
52 | 52 | /* Global list of pin control devices (struct pinctrl_dev) */ |
53 | 53 | static LIST_HEAD(pinctrldev_list); |