mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
[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>
This commit is contained in:
parent
2b0c4bed77
commit
d769a66970
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue