projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e181191
)
[ARM] 5125/1: magician: move gpio pin configuration into __initdata section
author
Philipp Zabel
<philipp.zabel@gmail.com>
Thu, 26 Jun 2008 20:03:54 +0000
(21:03 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 9 Jul 2008 20:33:20 +0000
(21:33 +0100)
The pin configuration array is only used during board init.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Eric Miao <eric.miao@marvell.com>
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 6de2c13bd65b5f930ac7f806500832df5a5f005c..2dc14c361c14c53a6f7601b515aeb9676b2aa997 100644
(file)
--- a/
arch/arm/mach-pxa/magician.c
+++ b/
arch/arm/mach-pxa/magician.c
@@
-44,7
+44,7
@@
#include "devices.h"
#include "generic.h"
-static unsigned long magician_pin_config[] = {
+static unsigned long magician_pin_config[]
__initdata
= {
/* SDRAM and Static Memory I/O Signals */
GPIO20_nSDCS_2,