]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/printk.c
Merge branch 'master'
[linux-2.6-omap-h63xx.git] / kernel / printk.c
index 2251be80cd22644bc82773ffb1cd59c6661dbc7e..7ba79ad895e4c41e9b4b658b10a37ab496008c51 100644 (file)
@@ -11,7 +11,7 @@
  * Ted Ts'o, 2/11/93.
  * Modified for sysctl support, 1/8/97, Chris Horn.
  * Fixed SMP synchronization, 08/08/99, Manfred Spraul
- *     manfreds@colorfullife.com
+ *     manfred@colorfullife.com
  * Rewrote bits to get rid of console_lock
  *     01Mar01 Andrew Morton <andrewm@uow.edu.au>
  */
@@ -999,6 +999,7 @@ void tty_write_message(struct tty_struct *tty, char *msg)
                tty->driver->write(tty, msg, strlen(msg));
        return;
 }
+EXPORT_SYMBOL_GPL(tty_write_message);
 
 /*
  * printk rate limiting, lifted from the networking subsystem.