Re: [PATCH 13/13] tty: clean include/linux/tty.h up

2021-04-08 Thread Greg Kroah-Hartman
On Thu, Apr 08, 2021 at 02:51:34PM +0200, Greg Kroah-Hartman wrote: > There are a lot of tty-core-only functions that are listed in > include/linux/tty.h. Move them to drivers/tty/tty.h so that no one else > can accidentally call them or think that they are public functions. > > Cc: Jiri Slaby >

[PATCH 13/13] tty: clean include/linux/tty.h up

2021-04-08 Thread Greg Kroah-Hartman
There are a lot of tty-core-only functions that are listed in include/linux/tty.h. Move them to drivers/tty/tty.h so that no one else can accidentally call them or think that they are public functions. Cc: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- drivers/tty/n_gsm.c | 1 + drivers/tt