aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sirfsoc_uart.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-02-16 19:36:21 +0100
committerLinus Walleij <linus.walleij@linaro.org>2012-02-22 17:59:12 +0100
commit5c9bdc3f52d20c9bc6c2552c6d3ec5bfa4119f75 (patch)
tree8380af887ca25014b867b8234ca9b6e7037d173a /drivers/tty/serial/sirfsoc_uart.h
parentpinctrl: changes hog mechanism to be self-referential (diff)
downloadlinux-dev-5c9bdc3f52d20c9bc6c2552c6d3ec5bfa4119f75.tar.xz
linux-dev-5c9bdc3f52d20c9bc6c2552c6d3ec5bfa4119f75.zip
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>
Diffstat (limited to 'drivers/tty/serial/sirfsoc_uart.h')
-rw-r--r--drivers/tty/serial/sirfsoc_uart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sirfsoc_uart.h b/drivers/tty/serial/sirfsoc_uart.h
index fc64260fa93c..6e207fdc2fed 100644
--- a/drivers/tty/serial/sirfsoc_uart.h
+++ b/drivers/tty/serial/sirfsoc_uart.h
@@ -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 */