[PATCH 4/6] ARM: sa1100/badge4: remove commented out modem control initialisers
Russell King
rmk+kernel at armlinux.org.uk
Mon Aug 29 05:06:07 PDT 2016
Remove the commented out modem control initialisers. These are doing
nothing useful.
Signed-off-by: Russell King <rmk+kernel at armlinux.org.uk>
---
arch/arm/mach-sa1100/badge4.c | 2 --
1 file changed, 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,
};
--
2.1.0
More information about the linux-arm-kernel
mailing list