diff options
author | Barry Song <21cnbao@gmail.com> | 2013-08-15 00:52:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-15 03:33:08 +0200 |
commit | a343756e07884e4cecd3a4297de7f121e5bb8829 (patch) | |
tree | d33e91b4bdc8e361be3489cd310d68e4ecd1ae1e /drivers/tty/serial/sirfsoc_uart.h | |
parent | OMAP: add RS485 support (diff) | |
download | linux-a343756e07884e4cecd3a4297de7f121e5bb8829.tar.xz linux-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.h | 1 |
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; |