Hi Darren,

On Monday 21 July 2008, Darren Longhorn wrote:
>
> I just got around to merging with svn 233. I think that the
> conditional inclusion of linux/videodev.h needs to be earlier in the
> file, in order to provide a definition of VM_RESERVED for
> vm_insert_page().

I've included linux/mm.h instead for kernels older than 2.6.15.

> While I actually have kzalloc implemented in my kernel, I don't have
> __nocast for gfp_t, so I added:
> #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12)
> #define __nocast
> #endif

Thanks. That's committed as well.

> Also the arm_v5t_le- toolchain generates the error 'missing binary
> operator before token "("' for the following line:
> #if !defined(RHEL_RELEASE_CODE) || RHEL_RELEASE_CODE <
> RHEL_RELEASE_VERSION(5,2)

Which version of gcc are you using ?

Best regards,

Laurent Pinchart
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to