diff options
author | Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 2012-04-04 00:41:46 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-04-25 04:24:56 -0400 |
commit | 76d15dbd5d3ecfb9bf9355ca3395036fc2f7a751 (patch) | |
tree | 96b7b300fea025f79c2b602cc7bb271b22729910 /drivers/scsi/be2iscsi | |
parent | 2f63588386c5ccc39a2b59c3cb336440ac4dfcaa (diff) |
[SCSI] be2iscsi: Bump the driver Version
Signed-off-by: Minh Tran <MinhDuc.Tran@Emulex.Com>
Signed-off-by: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/be2iscsi')
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.c | 1 | ||||
-rw-r--r-- | drivers/scsi/be2iscsi/be_main.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/be2iscsi/be_main.c b/drivers/scsi/be2iscsi/be_main.c index 286fb4ce4b7e..3843bbc77211 100644 --- a/drivers/scsi/be2iscsi/be_main.c +++ b/drivers/scsi/be2iscsi/be_main.c | |||
@@ -48,6 +48,7 @@ static unsigned int num_hba = 0; | |||
48 | 48 | ||
49 | MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); | 49 | MODULE_DEVICE_TABLE(pci, beiscsi_pci_id_table); |
50 | MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); | 50 | MODULE_DESCRIPTION(DRV_DESC " " BUILD_STR); |
51 | MODULE_VERSION(BUILD_STR); | ||
51 | MODULE_AUTHOR("Emulex Corporation"); | 52 | MODULE_AUTHOR("Emulex Corporation"); |
52 | MODULE_LICENSE("GPL"); | 53 | MODULE_LICENSE("GPL"); |
53 | module_param(be_iopoll_budget, int, 0); | 54 | module_param(be_iopoll_budget, int, 0); |
diff --git a/drivers/scsi/be2iscsi/be_main.h b/drivers/scsi/be2iscsi/be_main.h index 49289ef2c1ae..13e3bef1d324 100644 --- a/drivers/scsi/be2iscsi/be_main.h +++ b/drivers/scsi/be2iscsi/be_main.h | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | #include "be.h" | 35 | #include "be.h" |
36 | #define DRV_NAME "be2iscsi" | 36 | #define DRV_NAME "be2iscsi" |
37 | #define BUILD_STR "4.1.239.0" | 37 | #define BUILD_STR "4.2.162.0" |
38 | #define BE_NAME "Emulex OneConnect" \ | 38 | #define BE_NAME "Emulex OneConnect" \ |
39 | "Open-iSCSI Driver version" BUILD_STR | 39 | "Open-iSCSI Driver version" BUILD_STR |
40 | #define DRV_DESC BE_NAME " " "Driver" | 40 | #define DRV_DESC BE_NAME " " "Driver" |