Re: [PATCH] v4l: v4l2-ctrls: Add forward declaration of struct file

2012-05-08 Thread Hans Verkuil
On Sun 29 April 2012 18:30:24 Laurent Pinchart wrote: > On Monday 23 April 2012 13:29:11 Laurent Pinchart wrote: > > This fixes the following warning: > > > > In file included from drivers/media/video/v4l2-subdev.c:29: > > include/media/v4l2-ctrls.h:501: warning: 'struct file' declared inside > >

Re: [PATCH] v4l: v4l2-ctrls: Add forward declaration of struct file

2012-04-29 Thread Laurent Pinchart
On Monday 23 April 2012 13:29:11 Laurent Pinchart wrote: > This fixes the following warning: > > In file included from drivers/media/video/v4l2-subdev.c:29: > include/media/v4l2-ctrls.h:501: warning: 'struct file' declared inside > parameter list > include/media/v4l2-ctrls.h:501: warning: its scop

[PATCH] v4l: v4l2-ctrls: Add forward declaration of struct file

2012-04-23 Thread Laurent Pinchart
This fixes the following warning: In file included from drivers/media/video/v4l2-subdev.c:29: include/media/v4l2-ctrls.h:501: warning: 'struct file' declared inside parameter list include/media/v4l2-ctrls.h:501: warning: its scope is only this definition or declaration, which is probably not what