[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>
This commit is contained in:
Russell King 2008-09-25 14:35:48 +01:00 committed by Russell King
parent 6517265922
commit a55facae05

View 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",