pinctrl: bcm2835: Staticize bcm2835_gpio_pins
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 18 Jun 2013 09:04:24 +0000 (14:34 +0530)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 18 Jun 2013 14:50:27 +0000 (16:50 +0200)
'bcm2835_gpio_pins' is used only in this file.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-bcm2835.c

index c8f20a3..a1c88b3 100644 (file)
@@ -113,7 +113,7 @@ static struct lock_class_key gpio_lock_class;
 
 /* pins are just named GPIO0..GPIO53 */
 #define BCM2835_GPIO_PIN(a) PINCTRL_PIN(a, "gpio" #a)
-struct pinctrl_pin_desc bcm2835_gpio_pins[] = {
+static struct pinctrl_pin_desc bcm2835_gpio_pins[] = {
        BCM2835_GPIO_PIN(0),
        BCM2835_GPIO_PIN(1),
        BCM2835_GPIO_PIN(2),