summaryrefslogtreecommitdiffstats
path: root/drivers/char
diff options
context:
space:
mode:
authorAmit Shah <amit.shah@redhat.com>2009-11-27 20:50:49 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-12-08 16:02:49 +1100
commitc0cefebc0b6ae1bc4c92672223a54e1ee96ea7f0 (patch)
treee3f8cdf1c77e593a015ce3b469974d9df5cddb1c /drivers/char
parent529586dc39b0ec47c6290c4e7bed6ea3ffd1d8fb (diff)
downloadop-kernel-dev-c0cefebc0b6ae1bc4c92672223a54e1ee96ea7f0.zip
op-kernel-dev-c0cefebc0b6ae1bc4c92672223a54e1ee96ea7f0.tar.gz
hvc_console: Export (GPL'ed) hvc_remove
The virtio console, which uses hvc, will get the ability to hot-unplug ports. Export hvc_remove so that virtio_console can disassociate with hvc. Signed-off-by: Amit Shah <amit.shah@redhat.com> Cc: linuxppc-dev@ozlabs.org Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/hvc_console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hvc_console.c b/drivers/char/hvc_console.c
index a632f25..416d342 100644
--- a/drivers/char/hvc_console.c
+++ b/drivers/char/hvc_console.c
@@ -832,6 +832,7 @@ int hvc_remove(struct hvc_struct *hp)
tty_hangup(tty);
return 0;
}
+EXPORT_SYMBOL_GPL(hvc_remove);
/* Driver initialization: called as soon as someone uses hvc_alloc(). */
static int hvc_init(void)
OpenPOWER on IntegriCloud