Skip to content

Commit 88a4c74

Browse files
author
Russell King
committed
ARM: sa1100/badge4: remove commented out modem control initialisers
Remove the commented out modem control initialisers. These are doing nothing useful. Signed-off-by: Russell King <[email protected]>
1 parent 3fae166 commit 88a4c74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/mach-sa1100/badge4.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ badge4_uart_pm(struct uart_port *port, u_int state, u_int oldstate)
315315
}
316316

317317
static struct sa1100_port_fns badge4_port_fns __initdata = {
318-
//.get_mctrl = badge4_get_mctrl,
319-
//.set_mctrl = badge4_set_mctrl,
320318
.pm = badge4_uart_pm,
321319
};
322320

0 commit comments

Comments
 (0)