media: drivers: staging: media: remove unneeded MODULE_VERSION() call
authorEnrico Weigelt <info@metux.net>
Thu, 3 Dec 2020 12:47:57 +0000 (13:47 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 12 Jan 2021 17:08:30 +0000 (18:08 +0100)
Remove MODULE_VERSION(), as it doesn't seem to serve any practical purpose.
For in-tree drivers, the kernel version matters. The code received lots of
changes, but module version remained constant, since the driver landed in
mainline. So, this version doesn't seem have any practical meaning anymore.

Signed-off-by: Enrico Weigelt <info@metux.net>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/omap4iss/iss.c
drivers/staging/media/omap4iss/iss_video.h

index e06ea7ea1e50243390d8ae389a9deb729db63f7d..dae9073e7d3cc8576d09b11e4d48037de59854fa 100644 (file)
@@ -1349,4 +1349,3 @@ module_platform_driver(iss_driver);
 MODULE_DESCRIPTION("TI OMAP4 ISS driver");
 MODULE_AUTHOR("Sergio Aguirre <sergio.a.aguirre@gmail.com>");
 MODULE_LICENSE("GPL");
-MODULE_VERSION(ISS_VIDEO_DRIVER_VERSION);
index 8b3dd92021e11ce28ca365a4840ddaa64d64d101..526281bf005139154ab282f9966cae5808ebbc05 100644 (file)
@@ -18,7 +18,6 @@
 #include <media/videobuf2-dma-contig.h>
 
 #define ISS_VIDEO_DRIVER_NAME          "issvideo"
-#define ISS_VIDEO_DRIVER_VERSION       "0.0.2"
 
 struct iss_device;
 struct iss_video;