diff options
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | 2008-04-17 00:09:34 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2008-04-17 00:09:34 -0400 |
commit | 940801b27e021b3494a44bc93be3c73fadbe4c2f (patch) | |
tree | fdb85ea93c822e40336cecec815dc275562e42fb | |
parent | 0df67030958bad07c3f82f392e3ffb785c56e48d (diff) |
IB/mthca: Update module version and release date
The ib_mthca driver has been stable for a while, so bump the version
number to 1.0 to indicate this.
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_dev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h index f82ed832ad97..0e842e023400 100644 --- a/drivers/infiniband/hw/mthca/mthca_dev.h +++ b/drivers/infiniband/hw/mthca/mthca_dev.h | |||
@@ -54,8 +54,8 @@ | |||
54 | 54 | ||
55 | #define DRV_NAME "ib_mthca" | 55 | #define DRV_NAME "ib_mthca" |
56 | #define PFX DRV_NAME ": " | 56 | #define PFX DRV_NAME ": " |
57 | #define DRV_VERSION "0.08" | 57 | #define DRV_VERSION "1.0" |
58 | #define DRV_RELDATE "February 14, 2006" | 58 | #define DRV_RELDATE "April 4, 2008" |
59 | 59 | ||
60 | enum { | 60 | enum { |
61 | MTHCA_FLAG_DDR_HIDDEN = 1 << 1, | 61 | MTHCA_FLAG_DDR_HIDDEN = 1 << 1, |