Skip to content

Commit af7b641

Browse files
KAGA-KOKOjgunthorpe
authored andcommitted
IB/srp: Remove driver version and release data information
Remove the driver version and release date information because such information is not relevant for an upstream driver. See also commit e1267b0 ("RDMA: Remove useless MODULE_VERSION"). Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 4eefd62 commit af7b641

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/infiniband/ulp/srp/ib_srp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,10 @@
5757

5858
#define DRV_NAME "ib_srp"
5959
#define PFX DRV_NAME ": "
60-
#define DRV_VERSION "2.0"
61-
#define DRV_RELDATE "July 26, 2015"
6260

6361
MODULE_AUTHOR("Roland Dreier");
6462
MODULE_DESCRIPTION("InfiniBand SCSI RDMA Protocol initiator");
6563
MODULE_LICENSE("Dual BSD/GPL");
66-
MODULE_INFO(release_date, DRV_RELDATE);
6764

6865
#if !defined(CONFIG_DYNAMIC_DEBUG)
6966
#define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt)

0 commit comments

Comments
 (0)