提交 a55facae 编写于 作者: R Russell King 提交者: 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: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 65172659
...@@ -409,7 +409,7 @@ static struct platform_device backlight = { ...@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册