diff options
| author | Greg Kroah-Hartman <[email protected]> | 2021-04-08 12:51:30 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-04-15 08:26:58 +0000 |
| commit | 6c80c0b94b94192d9a34b400f8237703c6475f4d (patch) | |
| tree | 2e4cdf5a94b5923315d00abe771f91314902d133 /drivers/tty/tty_buffer.c | |
| parent | tty: audit: move some local functions out of tty.h (diff) | |
| download | kernel-6c80c0b94b94192d9a34b400f8237703c6475f4d.tar.gz kernel-6c80c0b94b94192d9a34b400f8237703c6475f4d.zip | |
tty: move some internal tty lock enums and functions out of tty.h
Move the TTY_LOCK_* enums and tty_ldisc lock functions out of the global
tty.h into the local header file to clean things up.
Cc: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/tty/tty_buffer.c')
| -rw-r--r-- | drivers/tty/tty_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/tty_buffer.c b/drivers/tty/tty_buffer.c index 6d4995a5f318..9733469a14b2 100644 --- a/drivers/tty/tty_buffer.c +++ b/drivers/tty/tty_buffer.c @@ -17,7 +17,7 @@ #include <linux/delay.h> #include <linux/module.h> #include <linux/ratelimit.h> - +#include "tty.h" #define MIN_TTYB_SIZE 256 #define TTYB_ALIGN_MASK 255 |
