From: Sylwester Nawrocki Date: Fri, 23 Aug 2013 16:26:10 +0000 (-0300) Subject: [media] s5p-tv: Include missing v4l2-dv-timings.h header file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c47776a2d6e36f09c6162196155bd59e70edbfb;p=linux-beck.git [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 Acked-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/s5p-tv/hdmi_drv.c b/drivers/media/platform/s5p-tv/hdmi_drv.c index 4ad9374913db..534722c04ec5 100644 --- a/drivers/media/platform/s5p-tv/hdmi_drv.c +++ b/drivers/media/platform/s5p-tv/hdmi_drv.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "regs-hdmi.h"