diff options
author | Mike Miller <mike.miller@hp.com> | 2013-09-04 16:12:27 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-10 17:43:02 -0400 |
commit | e481cce8b0c1f0a685f50e19a8016f24031865a0 (patch) | |
tree | 67fa1587c1515fc85fb1b3b72ff1ec64ceb21a44 | |
parent | 163dbcd89c5acc5502636963023b9b42ca08c00f (diff) |
[SCSI] hpsa: bump driver version to reflect changes
Changes the version of hpsa so we know something has changed. Please consider
this for inclusion.
Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
-rw-r--r-- | drivers/scsi/hpsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c index 9e3f2b48587b..31489b59d83b 100644 --- a/drivers/scsi/hpsa.c +++ b/drivers/scsi/hpsa.c | |||
@@ -54,7 +54,7 @@ | |||
54 | #include "hpsa.h" | 54 | #include "hpsa.h" |
55 | 55 | ||
56 | /* HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' */ | 56 | /* HPSA_DRIVER_VERSION must be 3 byte values (0-255) separated by '.' */ |
57 | #define HPSA_DRIVER_VERSION "2.0.2-1" | 57 | #define HPSA_DRIVER_VERSION "3.4.0-1" |
58 | #define DRIVER_NAME "HP HPSA Driver (v " HPSA_DRIVER_VERSION ")" | 58 | #define DRIVER_NAME "HP HPSA Driver (v " HPSA_DRIVER_VERSION ")" |
59 | #define HPSA "hpsa" | 59 | #define HPSA "hpsa" |
60 | 60 | ||