Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1305467

[PATCH v2 5/6] tty: Remove unreferenced tty flags macro TTY_DEBUG

From Peter Hurley <peter@hurleysoftware.com>
Newsgroups linux.kernel
Subject [PATCH v2 5/6] tty: Remove unreferenced tty flags macro TTY_DEBUG
Date 2016-01-10 06:40 +0100
Message-ID <qPgTp-8ji-13@gated-at.bofh.it> (permalink)
References <qzDAB-2Jy-3@gated-at.bofh.it> <qPgTo-8ji-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The TTY_DEBUG macro is not used; remove.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
---
 include/linux/tty.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/tty.h b/include/linux/tty.h
index a01f9dd..8ed795d 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -336,7 +336,6 @@ struct tty_file_private {
 #define TTY_IO_ERROR 		1	/* Cause an I/O error (may be no ldisc too) */
 #define TTY_OTHER_CLOSED 	2	/* Other side (if any) has closed */
 #define TTY_EXCLUSIVE 		3	/* Exclusive open mode */
-#define TTY_DEBUG 		4	/* Debugging */
 #define TTY_DO_WRITE_WAKEUP 	5	/* Call write_wakeup after queuing new */
 #define TTY_OTHER_DONE		6	/* Closed pty has completed input processing */
 #define TTY_LDISC_OPEN	 	11	/* Line discipline is open */
-- 
2.7.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/6] tty globals cleanup (cont'd) Peter Hurley <peter@hurleysoftware.com> - 2016-01-10 06:40 +0100
  [PATCH v2 5/6] tty: Remove unreferenced tty flags macro TTY_DEBUG Peter Hurley <peter@hurleysoftware.com> - 2016-01-10 06:40 +0100
  [PATCH v2 6/6] tty: Make tty_files_lock per-tty Peter Hurley <peter@hurleysoftware.com> - 2016-01-10 06:40 +0100

csiph-web