diff options
author | Andrew Morton <akpm@osdl.org> | 2005-05-05 19:15:50 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-05 19:36:42 -0400 |
commit | d769a66970a947613f7c638c362f237583bd141b (patch) | |
tree | e0a086607f1f9e02af54d26ff8cf4266ddfc4e61 /drivers | |
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>
Diffstat (limited to 'drivers')
-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 06e5a3f1836d..26e5e19ed854 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) | |||
185 | 185 | ||
186 | EXPORT_SYMBOL(tty_name); | 186 | EXPORT_SYMBOL(tty_name); |
187 | 187 | ||
188 | inline int tty_paranoia_check(struct tty_struct *tty, struct inode *inode, | 188 | int tty_paranoia_check(struct tty_struct *tty, struct inode *inode, |
189 | const char *routine) | 189 | const char *routine) |
190 | { | 190 | { |
191 | #ifdef TTY_PARANOIA_CHECK | 191 | #ifdef TTY_PARANOIA_CHECK |