aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
diff options
context:
space:
mode:
authorJohn Garry <john.garry@huawei.com>2017-08-11 00:09:44 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2017-08-24 22:28:50 -0400
commit30b67de31bc6c0cdc80c03358dc94b44cc178ba9 (patch)
tree79d64848546f67615a499291c5eba9ca26a70afb /drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
parentscsi: hisi_sas: replace kfree with scsi_host_put (diff)
downloadlinux-dev-30b67de31bc6c0cdc80c03358dc94b44cc178ba9.tar.xz
linux-dev-30b67de31bc6c0cdc80c03358dc94b44cc178ba9.zip
scsi: hisi_sas: remove driver versioning
The driver version is not updated with changes to the driver, so it has no value, so just get rid of it. Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/hisi_sas/hisi_sas_v3_hw.c')
-rw-r--r--drivers/scsi/hisi_sas/hisi_sas_v3_hw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c b/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
index a20e354383f0..2e5fa9717be8 100644
--- a/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
+++ b/drivers/scsi/hisi_sas/hisi_sas_v3_hw.c
@@ -2005,7 +2005,6 @@ static struct pci_driver sas_v3_pci_driver = {
module_pci_driver(sas_v3_pci_driver);
-MODULE_VERSION(DRV_VERSION);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("John Garry <john.garry@huawei.com>");
MODULE_DESCRIPTION("HISILICON SAS controller v3 hw driver based on pci device");