From: Hans Verkuil Date: Tue, 4 Mar 2014 07:51:50 +0000 (-0300) Subject: upstream: [media] v4l2-dv-timings: add module name, description, license X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d628dfccd2bedc8f50c18063c0035d3d7863af7;p=platform%2Fkernel%2Flinux-3.10.git upstream: [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 Cc: stable@vger.kernel.org # for v3.12 and up Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/v4l2-core/v4l2-dv-timings.c b/drivers/media/v4l2-core/v4l2-dv-timings.c index f63a6bd..48b20df 100644 --- a/drivers/media/v4l2-core/v4l2-dv-timings.c +++ b/drivers/media/v4l2-core/v4l2-dv-timings.c @@ -26,6 +26,10 @@ #include #include +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,