aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2016-06-09 11:55:00 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-06-13 09:27:43 +0200
commit3fed6810129eedfb37eed075ebd4f7c5594cbee7 (patch)
treeeee64c4b445deacf3d857dfa72f4af6c04e9d9ae
parentpinctrl: Always recurse into bcm folder (diff)
downloadlinux-dev-3fed6810129eedfb37eed075ebd4f7c5594cbee7.tar.xz
linux-dev-3fed6810129eedfb37eed075ebd4f7c5594cbee7.zip
pinctrl: u300: make u300_pmx_registers static
The array u300_pmx_registers is not declared or used outside of the driver, so make it static to avoid the following warning: drivers/pinctrl/pinctrl-u300.c:673:11: warning: symbol 'u300_pmx_registers' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/pinctrl/pinctrl-u300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pinctrl-u300.c
index d1af908a7060..9cc80a500880 100644
--- a/drivers/pinctrl/pinctrl-u300.c
+++ b/drivers/pinctrl/pinctrl-u300.c
@@ -670,7 +670,7 @@ struct u300_pmx {
* u300_pmx_registers - the array of registers read/written for each pinmux
* shunt setting
*/
-const u32 u300_pmx_registers[] = {
+static const u32 u300_pmx_registers[] = {
U300_SYSCON_PMC1LR,
U300_SYSCON_PMC1HR,
U300_SYSCON_PMC2R,