Skip to content

Commit

Permalink
[ARM] 5125/1: magician: move gpio pin configuration into __initdata s…
Browse files Browse the repository at this point in the history
…ection

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>
  • Loading branch information
Philipp Zabel authored and Russell King committed Jul 9, 2008
1 parent e181191 commit 7a97010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/magician.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7a97010

Please sign in to comment.