mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
media: drivers: staging: media: remove unneeded MODULE_VERSION() call
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>
This commit is contained in:
parent
7c720d77aa
commit
36fe4655d0
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user