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)