tty: Deprecate ldisc .chars_in_buffer() method
Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a19d0c6a91
commit
475340846f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
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);
|
return chars_in_buffer(tty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue