Skip to content

Commit

Permalink
IB/srp: Remove driver version and release data information
Browse files Browse the repository at this point in the history
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 <bart.vanassche@wdc.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
  • Loading branch information
KAGA-KOKO authored and jgunthorpe committed Jul 3, 2018
1 parent 4eefd62 commit af7b641
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/infiniband/ulp/srp/ib_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,10 @@

#define DRV_NAME "ib_srp"
#define PFX DRV_NAME ": "
#define DRV_VERSION "2.0"
#define DRV_RELDATE "July 26, 2015"

MODULE_AUTHOR("Roland Dreier");
MODULE_DESCRIPTION("InfiniBand SCSI RDMA Protocol initiator");
MODULE_LICENSE("Dual BSD/GPL");
MODULE_INFO(release_date, DRV_RELDATE);

#if !defined(CONFIG_DYNAMIC_DEBUG)
#define DEFINE_DYNAMIC_DEBUG_METADATA(name, fmt)
Expand Down

0 comments on commit af7b641

Please sign in to comment.