From a55facae05da311e05ea47b463fc430169812747 Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 25 Sep 2008 14:35:48 +0100 Subject: [PATCH] [ARM] pxa: make "gpio_leds" static Magician's "gpio_leds" was global, but actually is supposed to be private. Make it so. Signed-off-by: Russell King --- arch/arm/mach-pxa/magician.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 143f28adaf9..8ebdac7e9a1 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c @@ -409,7 +409,7 @@ static struct platform_device backlight = { * LEDs */ -struct gpio_led gpio_leds[] = { +static struct gpio_led gpio_leds[] = { { .name = "magician::vibra", .default_trigger = "none", -- 2.41.0