tty: Don't include tty_buffer.h in tty.h
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 15 Feb 2024 11:15:38 +0000 (13:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Feb 2024 17:59:59 +0000 (18:59 +0100)
commit548fcf037b3f8592e9fe41469110453a777416d6
tree976b7aca427ab15670f0aa3216e2631b844592f9
parentcd0eb354d441488feed6685adbeb1acd45db1b8d
tty: Don't include tty_buffer.h in tty.h

There's no need to include linux/tty_buffer.h in linux/tty.h.
Move the include into tty_buffer.c that is actually using it.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240215111538.1920-1-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c
include/linux/tty.h