summaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/alpha/include/asm/termios.h')
-rw-r--r--arch/alpha/include/asm/termios.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/alpha/include/asm/termios.h b/arch/alpha/include/asm/termios.h
index 9cc784d0a83c..3894fd92c508 100644
--- a/arch/alpha/include/asm/termios.h
+++ b/arch/alpha/include/asm/termios.h
@@ -5,12 +5,4 @@
#include <linux/uaccess.h>
#include <uapi/asm/termios.h>
-/* eof=^D eol=\0 eol2=\0 erase=del
- werase=^W kill=^U reprint=^R sxtc=\0
- intr=^C quit=^\ susp=^Z <OSF/1 VDSUSP>
- start=^Q stop=^S lnext=^V discard=^O
- vmin=\1 vtime=\0
-*/
-#define INIT_C_CC "\004\000\000\177\027\025\022\000\003\034\032\000\021\023\026\017\001\000"
-
#endif /* _ALPHA_TERMIOS_H */