]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[SCSI] scsi_dh_rdac : Adding MODULE VERSION for rdac device handler
authorMoger, Babu <Babu.Moger@lsi.com>
Fri, 11 Feb 2011 23:12:44 +0000 (16:12 -0700)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 12 Feb 2011 20:14:11 +0000 (14:14 -0600)
Adding MODULE_VERSION for scsi_dh_rdac. This will be helpful sometimes
to get the code level without looking at the code.

Signed-off-by: Babu Moger <babu.moger@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/device_handler/scsi_dh_rdac.c

index bdff28014a2a719ba3436ad0aacef5f934055a90..f468b05cfaac3d7d3a88831e2de68c69f200969a 100644 (file)
@@ -904,4 +904,5 @@ module_exit(rdac_exit);
 
 MODULE_DESCRIPTION("Multipath LSI/Engenio RDAC driver");
 MODULE_AUTHOR("Mike Christie, Chandra Seetharaman");
+MODULE_VERSION("01.00.0000.0000");
 MODULE_LICENSE("GPL");