mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
pinctrl: bcm2835: Staticize bcm2835_gpio_pins
'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>
This commit is contained in:
parent
12f3ad8df7
commit
e8ed912e6e
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user