Merge tag 'fcoe' into for-linus
[deliverable/linux.git] / drivers / pinctrl / pinctrl-bcm2835.c
index c8f20a3d8f8850aa758759627075a2fd87e4f1f5..a1c88b30f71f9aafa603860592e05a06df4a896d 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),
This page took 0.044873 seconds and 5 git commands to generate.