[media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.h

The later makes extensive use of structures defined in the former.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by Laurent Pinchart and committed by Mauro Carvalho Chehab 01c40c04 bda50bcd

+1
+1
include/media/v4l2-ctrls.h
··· 23 24 #include <linux/list.h> 25 #include <linux/device.h> 26 27 /* forward references */ 28 struct v4l2_ctrl_handler;
··· 23 24 #include <linux/list.h> 25 #include <linux/device.h> 26 + #include <linux/videodev2.h> 27 28 /* forward references */ 29 struct v4l2_ctrl_handler;