hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/um/drivers/line.h
....@@ -1,6 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com)
3
- * Licensed under the GPL
44 */
55
66 #ifndef __LINE_H__
....@@ -66,7 +66,6 @@
6666 char *init, char *name);
6767 extern int line_write(struct tty_struct *tty, const unsigned char *buf,
6868 int len);
69
-extern int line_put_char(struct tty_struct *tty, unsigned char ch);
7069 extern void line_set_termios(struct tty_struct *tty, struct ktermios * old);
7170 extern int line_chars_in_buffer(struct tty_struct *tty);
7271 extern void line_flush_buffer(struct tty_struct *tty);