[PATCH] uninline tty_paranoia_check()
authorAndrew Morton <akpm@osdl.org>
Thu, 5 May 2005 23:15:50 +0000 (16:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 5 May 2005 23:36:42 +0000 (16:36 -0700)
Has lots of callsites.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tty_io.c

index 06e5a3f1836dbb595ed3108f30e0cbc00c614dd2..26e5e19ed8545b880833623e960f654378e595f0 100644 (file)
@@ -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