summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/sirfsoc_uart.h
diff options
context:
space:
mode:
authorBarry Song <21cnbao@gmail.com>2013-08-14 22:52:14 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-15 01:33:08 (GMT)
commita343756e07884e4cecd3a4297de7f121e5bb8829 (patch)
treed33e91b4bdc8e361be3489cd310d68e4ecd1ae1e /drivers/tty/serial/sirfsoc_uart.h
parent4a0ac0f55b18dc297a87a85417fcf068658bf103 (diff)
downloadlinux-fsl-qoriq-a343756e07884e4cecd3a4297de7f121e5bb8829.tar.xz
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 6f6d275..2b41b06 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;