mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
[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
@ -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…
Reference in New Issue
Block a user