Skip to content

Commit

Permalink
media: drivers: staging: media: remove unneeded MODULE_VERSION() call
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
metux authored and mchehab committed Jan 12, 2021
1 parent 7c720d7 commit 36fe465
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/staging/media/omap4iss/iss.c
Original file line number Diff line number Diff line change
Expand Up @@ -1349,4 +1349,3 @@ module_platform_driver(iss_driver);
MODULE_DESCRIPTION("TI OMAP4 ISS driver");
MODULE_AUTHOR("Sergio Aguirre <[email protected]>");
MODULE_LICENSE("GPL");
MODULE_VERSION(ISS_VIDEO_DRIVER_VERSION);
1 change: 0 additions & 1 deletion drivers/staging/media/omap4iss/iss_video.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 36fe465

Please sign in to comment.