Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-block.git] / arch / arm / mach-sa1100 / badge4.c
index bc0e0e24ecb797f43623c11fcba24d0b9dad9624..de79f35020457bc9e7b344716295c53c1afbcee9 100644 (file)
@@ -311,8 +311,6 @@ badge4_uart_pm(struct uart_port *port, u_int state, u_int oldstate)
 }
 
 static struct sa1100_port_fns badge4_port_fns __initdata = {
-       //.get_mctrl    = badge4_get_mctrl,
-       //.set_mctrl    = badge4_set_mctrl,
        .pm             = badge4_uart_pm,
 };