]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] pxa: make "gpio_leds" static
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 25 Sep 2008 13:35:48 +0000 (14:35 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 26 Sep 2008 22:43:22 +0000 (23:43 +0100)
Magician's "gpio_leds" was global, but actually is supposed to be
private.  Make it so.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-pxa/magician.c

index 143f28adaf95bddf4c39639be747d797dd85af50..8ebdac7e9a135f17c992cc106aa28ef587728194 100644 (file)
@@ -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",