upstream: [media] s5p-tv: Include missing v4l2-dv-timings.h header file
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 23 Aug 2013 16:26:10 +0000 (13:26 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:51:46 +0000 (11:51 +0900)
commit0caf5e3bb9e1b56bcf318af2e961c771892c8030
treebebcaef02bb7d6ce34857b7604be140106359984
parent494c97b76b4d8bb3e89384b9090109cff666eb9a
upstream: [media] s5p-tv: Include missing v4l2-dv-timings.h header file

Include the v4l2-dv-timings.h header file which in the s5p-tv driver which
was supposed to be updated in commit 2576415846bcbad3c0a6885fc44f95083710
"[media] v4l2: move dv-timings related code to v4l2-dv-timings.c"
This fixes following build error:
drivers/media/platform/s5p-tv/hdmi_drv.c: In function ‘hdmi_s_dv_timings’:
drivers/media/platform/s5p-tv/hdmi_drv.c:628:3: error: implicit declaration of function ‘v4l_match_dv_timings’

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/s5p-tv/hdmi_drv.c