[PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file

2013-08-18 Thread Sylwester Nawrocki
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 fun

Re: [PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file

2013-08-19 Thread Hans Verkuil
On 08/18/2013 10:00 PM, Sylwester Nawrocki wrote: > 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 bu

Re: [PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file

2013-08-21 Thread Sylwester Nawrocki
Hi Hans, On 08/19/2013 09:15 AM, Hans Verkuil wrote: > On 08/18/2013 10:00 PM, Sylwester Nawrocki wrote: >> 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 rela

Re: [PATCH] s5p-tv: Include missing v4l2-dv-timings.h header file

2013-08-21 Thread Hans Verkuil
On Wed 21 August 2013 10:25:18 Sylwester Nawrocki wrote: > Hi Hans, > > On 08/19/2013 09:15 AM, Hans Verkuil wrote: > > On 08/18/2013 10:00 PM, Sylwester Nawrocki wrote: > >> Include the v4l2-dv-timings.h header file which in the s5p-tv driver which > >> was supposed to be updated in commit 257641