+- add patches.fixes/linux-post-2.6.3-20040220
[linux-flexiantxendom0-3.2.10.git] / include / linux / stallion.h
index 228180a..fc118c6 100644 (file)
@@ -95,13 +95,8 @@ typedef struct stlport {
        unsigned long           hwid;
        void                    *uartp;
        struct tty_struct       *tty;
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,3,0))
-       struct wait_queue       *open_wait;
-       struct wait_queue       *close_wait;
-#else
        wait_queue_head_t       open_wait;
        wait_queue_head_t       close_wait;
-#endif
        struct work_struct      tqueue;
        comstats_t              stats;
        stlrq_t                 tx;