aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2014-06-12 08:57:41 +0800
committerAlex Shi <alex.shi@linaro.org>2014-06-12 08:57:41 +0800
commita992366b8fecfb9b4169befeb6489703a4e2f477 (patch)
tree19c73dc3c21d928af0bbe7b694be2097da4c88b4 /drivers/tty
parent9dd891c311f5ded8c718120c87c982cade5d2479 (diff)
parentfce5b5fc495819be9eef7d4d41a9659b2968c7ea (diff)
Merge tag 'v3.14.7' into linux-linaro-lsk-v3.14
This is the 3.14.7 stable release
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/tty_buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/tty_buffer.c b/drivers/tty/tty_buffer.c
index cf78d1985cd8..143deb62467d 100644
--- a/drivers/tty/tty_buffer.c
+++ b/drivers/tty/tty_buffer.c
@@ -60,6 +60,7 @@ void tty_buffer_lock_exclusive(struct tty_port *port)
atomic_inc(&buf->priority);
mutex_lock(&buf->lock);
}
+EXPORT_SYMBOL_GPL(tty_buffer_lock_exclusive);
void tty_buffer_unlock_exclusive(struct tty_port *port)
{
@@ -73,6 +74,7 @@ void tty_buffer_unlock_exclusive(struct tty_port *port)
if (restart)
queue_work(system_unbound_wq, &buf->work);
}
+EXPORT_SYMBOL_GPL(tty_buffer_unlock_exclusive);
/**
* tty_buffer_space_avail - return unused buffer space