diff options
author | Alexander Schmidt <alexs@linux.vnet.ibm.com> | 2009-06-23 13:30:04 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2009-06-23 13:30:04 -0400 |
commit | 1d4d6da535be97b710e87a33c4828c97c36eee21 (patch) | |
tree | 7f1a1bbf9defba6b8b315a7830b8fe671a88e983 | |
parent | af04662b4d80de5797a595bc9855d09ef4fe55cc (diff) |
IB/ehca: Bump version number
Increment version number for DMEM toleration.
Signed-off-by: Alexander Schmidt <alexs@linux.vnet.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r-- | drivers/infiniband/hw/ehca/ehca_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ehca/ehca_main.c b/drivers/infiniband/hw/ehca/ehca_main.c index 14a18b7be245..fab18a2c74a8 100644 --- a/drivers/infiniband/hw/ehca/ehca_main.c +++ b/drivers/infiniband/hw/ehca/ehca_main.c | |||
@@ -52,7 +52,7 @@ | |||
52 | #include "ehca_tools.h" | 52 | #include "ehca_tools.h" |
53 | #include "hcp_if.h" | 53 | #include "hcp_if.h" |
54 | 54 | ||
55 | #define HCAD_VERSION "0027" | 55 | #define HCAD_VERSION "0028" |
56 | 56 | ||
57 | MODULE_LICENSE("Dual BSD/GPL"); | 57 | MODULE_LICENSE("Dual BSD/GPL"); |
58 | MODULE_AUTHOR("Christoph Raisch <raisch@de.ibm.com>"); | 58 | MODULE_AUTHOR("Christoph Raisch <raisch@de.ibm.com>"); |