]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[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)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Sat, 24 Aug 2013 07:53:37 +0000 (04:53 -0300)
commit5c47776a2d6e36f09c6162196155bd59e70edbfb
tree7af19b52ee5fb9db18359ad85a8d3c4180723a44
parenta5b5f3bec2bdc9a61b8f8190a3b3c32c64f19525
[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