Re: [PATCH] v4l2-fh: Include linux/fs.h for struct file definition

2013-11-06 Thread Sakari Ailus
On Thu, Oct 03, 2013 at 11:55:52PM +0200, Laurent Pinchart wrote: > v4l2-fh.h dereferences struct file, the structure must thus be defined. > Pull in its definition by including linux/fs.h. > > Signed-off-by: Laurent Pinchart Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi

[PATCH] v4l2-fh: Include linux/fs.h for struct file definition

2013-10-03 Thread Laurent Pinchart
v4l2-fh.h dereferences struct file, the structure must thus be defined. Pull in its definition by including linux/fs.h. Signed-off-by: Laurent Pinchart --- include/media/v4l2-fh.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index a62ee18.