Loading drivers/tty/n_tty.c +1 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,7 @@ static ssize_t chars_in_buffer(struct tty_struct *tty) static ssize_t n_tty_chars_in_buffer(struct tty_struct *tty) { WARN_ONCE(1, "%s is deprecated and scheduled for removal.", __func__); return chars_in_buffer(tty); } Loading Loading
drivers/tty/n_tty.c +1 −0 Original line number Diff line number Diff line Loading @@ -297,6 +297,7 @@ static ssize_t chars_in_buffer(struct tty_struct *tty) static ssize_t n_tty_chars_in_buffer(struct tty_struct *tty) { WARN_ONCE(1, "%s is deprecated and scheduled for removal.", __func__); return chars_in_buffer(tty); } Loading