[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:
parent
6517265922
commit
a55facae05
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue