This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / kd.h
index 28be4fb..f8c48b4 100644 (file)
@@ -147,12 +147,6 @@ struct kbd_repeat {
 struct console_font_op {
        unsigned int op;        /* operation code KD_FONT_OP_* */
        unsigned int flags;     /* KD_FONT_FLAG_* */
-       unsigned int width, height;     /* font size */
-       unsigned int charcount;
-       unsigned char __user *data;     /* font data with height fixed to 32 */
-};
-
-struct console_font {
        unsigned int width, height;     /* font size */
        unsigned int charcount;
        unsigned char *data;    /* font data with height fixed to 32 */