]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc64/termios.h
generic: implement __fls on all 64-bit archs
[linux-2.6-omap-h63xx.git] / include / asm-sparc64 / termios.h
index ef527211f8a89a3a6e1e90cd44b7ddb753ef6483..cacbea171ad74bc60800e8b2601d99595a3bd6fb 100644 (file)
@@ -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;