]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ehea/ehea.h
ehea: use kernel event queue
[karo-tx-linux.git] / drivers / net / ehea / ehea.h
index 30220894b01fa730831f91d02475f04c1b34fd4a..ac21526b6de8688836c60f42b0b648c7ae4cd865 100644 (file)
@@ -40,7 +40,7 @@
 #include <asm/io.h>
 
 #define DRV_NAME       "ehea"
-#define DRV_VERSION    "EHEA_0077"
+#define DRV_VERSION    "EHEA_0078"
 
 /* eHEA capability flags */
 #define DLPAR_PORT_ADD_REM 1
@@ -391,7 +391,6 @@ struct ehea_adapter {
        struct ibmebus_dev *ebus_dev;
        struct ehea_port *port[EHEA_MAX_PORTS];
        struct ehea_eq *neq;       /* notification event queue */
-       struct workqueue_struct *ehea_wq;
        struct tasklet_struct neq_tasklet;
        struct ehea_mr mr;
        u32 pd;                    /* protection domain */