Skip to content

Commit 69a84ba

Browse files
KAGA-KOKOaxboe
authored andcommitted
skd: Remove driver version information
Remove the driver version information because this information is not useful in an upstream kernel driver. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Cc: Christoph Hellwig <hch@lst.de> Cc: Hannes Reinecke <hare@suse.de> Cc: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent bb9f7dd commit 69a84ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/block/skd_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,11 @@ static int skd_isr_comp_limit = 4;
5353
} while (0)
5454

5555
#define DRV_NAME "skd"
56-
#define DRV_VERSION "3.0.0"
5756
#define PFX DRV_NAME ": "
5857

5958
MODULE_LICENSE("GPL");
6059

6160
MODULE_DESCRIPTION("STEC s1120 PCIe SSD block driver");
62-
MODULE_VERSION(DRV_VERSION);
6361

6462
#define PCI_VENDOR_ID_STEC 0x1B39
6563
#define PCI_DEVICE_ID_S1120 0x0001

0 commit comments

Comments
 (0)