From: Bart Van Assche Date: Fri, 18 Aug 2017 15:22:28 +0000 (-0700) Subject: skd: Remove driver version information X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=69a84ba216873e25bbc110e5ef98390d3cd3bc1c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: Johannes Thumshirn Signed-off-by: Jens Axboe --- diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c index a61c7a3a5557..9b99081a623c 100644 --- a/drivers/block/skd_main.c +++ b/drivers/block/skd_main.c @@ -53,13 +53,11 @@ static int skd_isr_comp_limit = 4; } while (0) #define DRV_NAME "skd" -#define DRV_VERSION "3.0.0" #define PFX DRV_NAME ": " MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("STEC s1120 PCIe SSD block driver"); -MODULE_VERSION(DRV_VERSION); #define PCI_VENDOR_ID_STEC 0x1B39 #define PCI_DEVICE_ID_S1120 0x0001