[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1243868091-5315-9-git-send-email-dbaryshkov@gmail.com>
Date: Mon, 1 Jun 2009 18:54:49 +0400
From: Dmitry Eremin-Solenikov <dbaryshkov@...il.com>
To: linux-kernel@...r.kernel.org
Cc: netdev@...r.kernel.org, linux-wireless@...r.kernel.org,
slapin@...fans.org, maxim.osipov@...mens.com,
dmitry.baryshkov@...mens.com, oliver.fendt@...mens.com,
Dmitry Eremin-Solenikov <dbaryshkov@...il.com>
Subject: [PATCH 08/10] tty_io: export tty_class
Currently tty_class in a public variable in the tty_io.c
Export it to the modules to allow some usefull tricks.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@...il.com>
Signed-off-by: Sergey Lapin <slapin@...fans.org>
---
drivers/char/tty_io.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 66b99a2..4b12d03 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -2809,6 +2809,7 @@ int tty_put_char(struct tty_struct *tty, unsigned char ch)
EXPORT_SYMBOL_GPL(tty_put_char);
struct class *tty_class;
+EXPORT_SYMBOL(tty_class);
/**
* tty_register_device - register a tty device
--
1.6.2.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists