serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_init
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Sun, 13 Dec 2015 10:30:02 +0000 (11:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Dec 2015 04:01:47 +0000 (20:01 -0800)
commit4f71a2e0a282611e55bacb60b564eaef5d16c27b
tree3447f7a21c66c0ef4a24d41103cdfa5385aa992b
parent5cbb457e35f76a5a7b0dac30a07447e94a770057
serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_init

To be able to make use of the mctrl-gpio helper from a module these
functions must be exported. This was forgotten in the commit introducing
support interrupt handling for these functions (while it was done for
mctrl_gpio_enable_ms, *sigh*).

Fixes: ce59e48fdbad ("serial: mctrl_gpio: implement interrupt handling")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_mctrl_gpio.c
This page took 0.025405 seconds and 5 git commands to generate.