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: http://pilppa.com/gitweb/?a=commitdiff_plain;h=d769a66970a947613f7c638c362f237583bd141b;p=linux-2.6-omap-h63xx.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 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