aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-sa1100/h3600.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c
index 5033c030a3f2..021cecb1bd06 100644
--- a/arch/arm/mach-sa1100/h3600.c
+++ b/arch/arm/mach-sa1100/h3600.c
@@ -464,9 +464,7 @@ static void __init h3600_map_io(void)
464 GPCR = 0x0fffffff; /* All outputs are set low by default */ 464 GPCR = 0x0fffffff; /* All outputs are set low by default */
465 GPDR = GPIO_H3600_L3_CLOCK | 465 GPDR = GPIO_H3600_L3_CLOCK |
466 GPIO_H3600_L3_MODE | GPIO_H3600_L3_DATA | 466 GPIO_H3600_L3_MODE | GPIO_H3600_L3_DATA |
467 GPIO_H3600_CLK_SET1 | GPIO_H3600_CLK_SET0 | 467 GPIO_H3600_CLK_SET1 | GPIO_H3600_CLK_SET0;
468 GPIO_LDD15 | GPIO_LDD14 | GPIO_LDD13 | GPIO_LDD12 |
469 GPIO_LDD11 | GPIO_LDD10 | GPIO_LDD9 | GPIO_LDD8;
470 468
471 H3600_EGPIO = h3600_egpio; /* Maintains across sleep? */ 469 H3600_EGPIO = h3600_egpio; /* Maintains across sleep? */
472 assign_h3600_egpio = h3600_control_egpio; 470 assign_h3600_egpio = h3600_control_egpio;