]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] v4l2-dv-timings: add module name, description, license
authorHans Verkuil <hans.verkuil@cisco.com>
Tue, 4 Mar 2014 07:51:50 +0000 (04:51 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 28 Mar 2014 21:09:48 +0000 (18:09 -0300)
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>
drivers/media/v4l2-core/v4l2-dv-timings.c

index f63a6bdc7d4686bc5e0ed330c8fa6fad1576479b..48b20dfcc4d08a59538cb8e7548a3e235f49fe4d 100644 (file)
 #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,