From a90378ced48b18004e16db68dc78ae5aa61eb71f Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Fri, 27 Nov 2009 20:50:49 +0000 Subject: [PATCH] --- yaml --- r: 175810 b: refs/heads/master c: c0cefebc0b6ae1bc4c92672223a54e1ee96ea7f0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/char/hvc_console.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index e3e386c0f4e5..2d742bb0b678 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 529586dc39b0ec47c6290c4e7bed6ea3ffd1d8fb +refs/heads/master: c0cefebc0b6ae1bc4c92672223a54e1ee96ea7f0 diff --git a/trunk/drivers/char/hvc_console.c b/trunk/drivers/char/hvc_console.c index a632f25f144a..416d3423150d 100644 --- a/trunk/drivers/char/hvc_console.c +++ b/trunk/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)