summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/v4l2-dv-timings.c
diff options
context:
space:
mode:
authorHans Verkuil2014-03-04 08:51:50 +0100
committerMauro Carvalho Chehab2014-03-28 22:09:48 +0100
commitc4885ada88e4331f8ac56d14296d0058359db2d7 (patch)
treedadca489c715aca4cf0e1dd2f08e5e4c7d7ee013 /drivers/media/v4l2-core/v4l2-dv-timings.c
parent[media] videodev2.h: add parenthesis around macro arguments (diff)
downloadkernel-qcow2-linux-c4885ada88e4331f8ac56d14296d0058359db2d7.tar.gz
kernel-qcow2-linux-c4885ada88e4331f8ac56d14296d0058359db2d7.tar.xz
kernel-qcow2-linux-c4885ada88e4331f8ac56d14296d0058359db2d7.zip
[media] v4l2-dv-timings: add module name, description, license
I completely forgot to add them when I made this module. Loading this module without it will taint the kernel, which is not intended. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-dv-timings.c')
-rw-r--r--drivers/media/v4l2-core/v4l2-dv-timings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/v4l2-core/v4l2-dv-timings.c b/drivers/media/v4l2-core/v4l2-dv-timings.c
index f63a6bdc7d46..48b20dfcc4d0 100644
--- a/drivers/media/v4l2-core/v4l2-dv-timings.c
+++ b/drivers/media/v4l2-core/v4l2-dv-timings.c
@@ -26,6 +26,10 @@
#include <linux/v4l2-dv-timings.h>
#include <media/v4l2-dv-timings.h>
+MODULE_AUTHOR("Hans Verkuil");
+MODULE_DESCRIPTION("V4L2 DV Timings Helper Functions");
+MODULE_LICENSE("GPL");
+
const struct v4l2_dv_timings v4l2_dv_timings_presets[] = {
V4L2_DV_BT_CEA_640X480P59_94,
V4L2_DV_BT_CEA_720X480I59_94,