diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-09-25 14:35:48 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-26 23:43:22 +0100 |
commit | a55facae05da311e05ea47b463fc430169812747 (patch) | |
tree | d6dfd5d2029183416e2aaf99b94986c67d9495e6 /arch/arm/mach-pxa/magician.c | |
parent | 651726592244d859dbbc6ec55881a0ee8112d2ff (diff) | |
download | linux-3.10-a55facae05da311e05ea47b463fc430169812747.tar.gz linux-3.10-a55facae05da311e05ea47b463fc430169812747.tar.bz2 linux-3.10-a55facae05da311e05ea47b463fc430169812747.zip |
[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 <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |