projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6517265
)
[ARM] pxa: make "gpio_leds" static
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Thu, 25 Sep 2008 13:35:48 +0000
(14:35 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 26 Sep 2008 22:43:22 +0000
(23:43 +0100)
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>
arch/arm/mach-pxa/magician.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-pxa/magician.c
b/arch/arm/mach-pxa/magician.c
index 143f28adaf95bddf4c39639be747d797dd85af50..8ebdac7e9a135f17c992cc106aa28ef587728194 100644
(file)
--- a/
arch/arm/mach-pxa/magician.c
+++ b/
arch/arm/mach-pxa/magician.c
@@
-409,7
+409,7
@@
static struct platform_device backlight = {
* LEDs
*/
-struct gpio_led gpio_leds[] = {
+st
atic st
ruct gpio_led gpio_leds[] = {
{
.name = "magician::vibra",
.default_trigger = "none",