Skip to content

Commit

Permalink
[PATCH] uninline tty_paranoia_check()
Browse files Browse the repository at this point in the history
Has lots of callsites.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 5, 2005
1 parent 2b0c4be commit d769a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d769a66

Please sign in to comment.