Commit a55facae authored by Russell King's avatar Russell King Committed by Russell King

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 65172659
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment