patch:
>
> http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=d5defdb8768d
>
> Sorry about that. But if your patch landed in patchwork, which it should,
> thenmaybe yours will be used in the end.
Yes, it's here: http://patchwork.kernel.org/patch/56763/
Mayb
Are there any comments regarding the build fix I submitted? This
issue is still there, as you can see at
http://www.xs4all.nl/~hverkuil/logs/Tuesday.log
* Martin Michlmayr [2009-10-31 10:28]:
> media/video/videobuf-dma-contig.c fails to compile on ARM Versatile
> like this:
> | vid
incomplete type
| make[8]: *** [drivers/media/video/videobuf-dma-contig.o] Error 1
Looking at the preprocessed source, I noticed that there was no definition
for struct task_struct.
Signed-off-by: Martin Michlmayr
--- a/drivers/media/video/videobuf-dma-contig.c 2009-10-31 10:22:42.0
+
+++ b