From: Andrew Morton Date: Thu, 5 May 2005 23:15:50 +0000 (-0700) Subject: [PATCH] uninline tty_paranoia_check() X-Git-Tag: v2.6.12-rc4~65 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d769a66970a947613f7c638c362f237583bd141b;p=karo-tx-linux.git [PATCH] uninline tty_paranoia_check() Has lots of callsites. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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) 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