projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fae166
)
ARM: sa1100/badge4: remove commented out modem control initialisers
author
Russell King
<rmk+kernel@armlinux.org.uk>
Wed, 31 Aug 2016 07:49:52 +0000
(08:49 +0100)
committer
Russell King
<rmk+kernel@armlinux.org.uk>
Tue, 4 Jun 2019 11:56:41 +0000
(12:56 +0100)
Remove the commented out modem control initialisers. These are doing
nothing useful.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mach-sa1100/badge4.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sa1100/badge4.c
b/arch/arm/mach-sa1100/badge4.c
index
63361b6
..
17d28b4
100644
(file)
--- 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,
};