diff options
Diffstat (limited to 'arch/arm/mach-sa1100')
-rw-r--r-- | arch/arm/mach-sa1100/h3600.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c index ebb3b8dcee56..5033c030a3f2 100644 --- a/arch/arm/mach-sa1100/h3600.c +++ b/arch/arm/mach-sa1100/h3600.c | |||
@@ -155,11 +155,8 @@ static u_int h3xxx_uart_get_mctrl(struct uart_port *port) | |||
155 | 155 | ||
156 | static void h3xxx_uart_pm(struct uart_port *port, u_int state, u_int oldstate) | 156 | static void h3xxx_uart_pm(struct uart_port *port, u_int state, u_int oldstate) |
157 | { | 157 | { |
158 | if (port->mapbase == _Ser2UTCR0) { /* TODO: REMOVE THIS */ | 158 | if (port->mapbase == _Ser3UTCR0) |
159 | assign_h3600_egpio(IPAQ_EGPIO_IR_ON, !state); | ||
160 | } else if (port->mapbase == _Ser3UTCR0) { | ||
161 | assign_h3600_egpio(IPAQ_EGPIO_RS232_ON, !state); | 159 | assign_h3600_egpio(IPAQ_EGPIO_RS232_ON, !state); |
162 | } | ||
163 | } | 160 | } |
164 | 161 | ||
165 | /* | 162 | /* |