From: Laurent Pinchart Date: Thu, 3 Oct 2013 21:55:52 +0000 (-0300) Subject: [media] v4l2-fh: Include linux/fs.h for struct file definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f1af2a33c9c5fbd2bf31a1679378860aca79f9e;p=linux-beck.git [media] v4l2-fh: Include linux/fs.h for struct file definition 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-fh.h b/include/media/v4l2-fh.h index a62ee18cb7b7..0d922080667f 100644 --- a/include/media/v4l2-fh.h +++ b/include/media/v4l2-fh.h @@ -26,6 +26,7 @@ #ifndef V4L2_FH_H #define V4L2_FH_H +#include #include struct video_device;