Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -409,7 +409,7 @@ static struct platform_device backlight = {
 * LEDs
 * LEDs
 */
 */


struct gpio_led gpio_leds[] = {
static struct gpio_led gpio_leds[] = {
	{
	{
		.name = "magician::vibra",
		.name = "magician::vibra",
		.default_trigger = "none",
		.default_trigger = "none",