diff options
author | Andrew Morton <akpm@osdl.org> | 2005-05-05 16:15:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-05 16:36:42 -0700 |
commit | d769a66970a947613f7c638c362f237583bd141b (patch) | |
tree | e0a086607f1f9e02af54d26ff8cf4266ddfc4e61 | |
parent | 2b0c4bed77041bf64e26b502cd2a767e355c3342 (diff) |
[PATCH] uninline tty_paranoia_check()
Has lots of callsites.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/char/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 06e5a3f1836..26e5e19ed85 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c @@ -185,7 +185,7 @@ char *tty_name(struct tty_struct *tty, char *buf) EXPORT_SYMBOL(tty_name); -inline int tty_paranoia_check(struct tty_struct *tty, struct inode *inode, +int tty_paranoia_check(struct tty_struct *tty, struct inode *inode, const char *routine) { #ifdef TTY_PARANOIA_CHECK |