diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-03 17:20:06 +0200 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-03 17:20:06 +0200 |
commit | 02630a12c7f72fa294981c8d86e38038781c25b7 (patch) | |
tree | b6858e9ba69ce3780ce54988ed097c1358f21bb3 /kernel/printk.c | |
parent | Merge rsync://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 (diff) | |
download | linux-02630a12c7f72fa294981c8d86e38038781c25b7.tar.xz linux-02630a12c7f72fa294981c8d86e38038781c25b7.zip |
[GFS2] Remove dependance on tty_write_message()
This removes the call in GFS2 to tty_write_message and replaces
it with a printk. As the export was added by GFS2, we remove this
as well.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to '')
-rw-r--r-- | kernel/printk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/printk.c b/kernel/printk.c index 9772b9e8feee..39ae24d2a415 100644 --- a/kernel/printk.c +++ b/kernel/printk.c @@ -1040,7 +1040,6 @@ 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. |