Em Mon, 21 Nov 2016 15:51:56 +0200
Sakari Ailus escreveu:
> Hi Mauro,
>
> On 11/21/16 15:33, Mauro Carvalho Chehab wrote:
> > Em Thu, 27 Oct 2016 13:50:51 +0300
> > Sakari Ailus escreveu:
> >
> >> struct timeval and struct timespec are defined in linux/time.h. Explicitly
> >> include the hea
Hi Mauro,
On 11/21/16 15:33, Mauro Carvalho Chehab wrote:
> Em Thu, 27 Oct 2016 13:50:51 +0300
> Sakari Ailus escreveu:
>
>> struct timeval and struct timespec are defined in linux/time.h. Explicitly
>> include the header if __KERNEL__ is defined.
>
> The patch below doesn't do what you're ment
Em Thu, 27 Oct 2016 13:50:51 +0300
Sakari Ailus escreveu:
> struct timeval and struct timespec are defined in linux/time.h. Explicitly
> include the header if __KERNEL__ is defined.
The patch below doesn't do what you're mentioned above. It unconditionally
include linux/time.h, and, for userspac
struct timeval and struct timespec are defined in linux/time.h. Explicitly
include the header if __KERNEL__ is defined.
Signed-off-by: Sakari Ailus
---
include/uapi/linux/videodev2.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2