aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sparc64/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/termios.h')
-rw-r--r--include/asm-sparc64/termios.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-sparc64/termios.h b/include/asm-sparc64/termios.h
index ef527211f8a..cacbea171ad 100644
--- a/include/asm-sparc64/termios.h
+++ b/include/asm-sparc64/termios.h
@@ -33,11 +33,6 @@ struct ltchars {
};
#endif /* __KERNEL__ */
-struct sunos_ttysize {
- int st_lines; /* Lines on the terminal */
- int st_columns; /* Columns on the terminal */
-};
-
struct winsize {
unsigned short ws_row;
unsigned short ws_col;