]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/stallion.h
fix build error of arch/ia64/kvm/*
[linux-2.6-omap-h63xx.git] / include / linux / stallion.h
index 4a0a329beafb5c39038473498aa60465fde05087..0424d75a5aaa497638e4104aa7c423d6e377256a 100644 (file)
@@ -75,7 +75,7 @@ struct stlport {
        int                     ioaddr;
        int                     uartaddr;
        unsigned int            pagenr;
-       long                    istate;
+       unsigned long           istate;
        int                     flags;
        int                     baud_base;
        int                     custom_divisor;
@@ -95,7 +95,6 @@ struct stlport {
        struct tty_struct       *tty;
        wait_queue_head_t       open_wait;
        wait_queue_head_t       close_wait;
-       struct work_struct      tqueue;
        comstats_t              stats;
        struct stlrq            tx;
 };