aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.h
diff options
context:
space:
mode:
authorBarry Song <21cnbao@gmail.com>2013-08-15 06:52:14 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-14 18:33:08 -0700
commita343756e07884e4cecd3a4297de7f121e5bb8829 (patch)
treed33e91b4bdc8e361be3489cd310d68e4ecd1ae1e /drivers/tty/serial/sirfsoc_uart.h
parentOMAP: add RS485 support (diff)
downloadlinux-dev-a343756e07884e4cecd3a4297de7f121e5bb8829.tar.xz
linux-dev-a343756e07884e4cecd3a4297de7f121e5bb8829.zip
serial: sirf: drop redundant pinctrl_get_select_default as pinctrl core does it
pinctrl core will get default pinmux, so drop it in the sirfsoc serial driver. Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/sirfsoc_uart.h')
-rw-r--r--drivers/tty/serial/sirfsoc_uart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/sirfsoc_uart.h b/drivers/tty/serial/sirfsoc_uart.h
index 6f6d27547844..2b41b06362df 100644
--- a/drivers/tty/serial/sirfsoc_uart.h
+++ b/drivers/tty/serial/sirfsoc_uart.h
@@ -367,7 +367,6 @@ struct sirfsoc_uart_port {
unsigned char ms_enabled;
struct uart_port port;
- struct pinctrl *p;
struct clk *clk;
/* for SiRFmarco, there are SET/CLR for UART_INT_EN */
bool is_marco;