serial/sirf: fixup for changes to pin control
We changed the signature of the pin multiplexing functions to handle any pin business, so fix up the Sirf driver to call this new interface and rename some variables to make the semantics understandable. Cc: linux-serial@vger.kernel.org Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Barry Song <Baohua.Song@csr.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -162,7 +162,7 @@ struct sirfsoc_uart_port {
|
||||
unsigned char ms_enabled;
|
||||
|
||||
struct uart_port port;
|
||||
struct pinmux *pmx;
|
||||
struct pinctrl *p;
|
||||
};
|
||||
|
||||
/* Hardware Flow Control */
|
||||
|
Reference in New Issue
Block a user