summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-08-31 08:49:52 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2019-06-04 12:56:41 +0100
commit88a4c748ba10a7006fc2eabb1a4ff22a705dd4b7 (patch)
tree75e6d3504866963e44b7a7b1ad8eee75b885227d
parent3fae166e6799fc51c8e262d9ce48452be12bf5f2 (diff)
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 <rmk+kernel@armlinux.org.uk>
-rw-r--r--arch/arm/mach-sa1100/badge4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-sa1100/badge4.c b/arch/arm/mach-sa1100/badge4.c
index 63361b6d04e9..17d28b4dab5e 100644
--- a/arch/arm/mach-sa1100/badge4.c
+++ b/arch/arm/mach-sa1100/badge4.c
@@ -315,8 +315,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,
};