diff options
Diffstat (limited to 'drivers/net/ehea/ehea.h')
-rw-r--r-- | drivers/net/ehea/ehea.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/ehea.h index 30220894b01f..ac21526b6de8 100644 --- a/drivers/net/ehea/ehea.h +++ b/drivers/net/ehea/ehea.h | |||
@@ -40,7 +40,7 @@ | |||
40 | #include <asm/io.h> | 40 | #include <asm/io.h> |
41 | 41 | ||
42 | #define DRV_NAME "ehea" | 42 | #define DRV_NAME "ehea" |
43 | #define DRV_VERSION "EHEA_0077" | 43 | #define DRV_VERSION "EHEA_0078" |
44 | 44 | ||
45 | /* eHEA capability flags */ | 45 | /* eHEA capability flags */ |
46 | #define DLPAR_PORT_ADD_REM 1 | 46 | #define DLPAR_PORT_ADD_REM 1 |
@@ -391,7 +391,6 @@ struct ehea_adapter { | |||
391 | struct ibmebus_dev *ebus_dev; | 391 | struct ibmebus_dev *ebus_dev; |
392 | struct ehea_port *port[EHEA_MAX_PORTS]; | 392 | struct ehea_port *port[EHEA_MAX_PORTS]; |
393 | struct ehea_eq *neq; /* notification event queue */ | 393 | struct ehea_eq *neq; /* notification event queue */ |
394 | struct workqueue_struct *ehea_wq; | ||
395 | struct tasklet_struct neq_tasklet; | 394 | struct tasklet_struct neq_tasklet; |
396 | struct ehea_mr mr; | 395 | struct ehea_mr mr; |
397 | u32 pd; /* protection domain */ | 396 | u32 pd; /* protection domain */ |