Skip to content

Commit

Permalink
[ARM] pxa: make "gpio_leds" static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Russell King committed Sep 26, 2008
1 parent 6517265 commit a55faca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a55faca

Please sign in to comment.