From: Masatake YAMATO Date: Wed, 4 Mar 2015 20:13:24 +0000 (-0300) Subject: [media] am437x: include linux/videodev2.h for expanding BASE_VIDIOC_PRIVATE X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~240 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64bf8049a2ec1e61e1475eb02b5514d7061d443e;p=pandora-kernel.git [media] am437x: include linux/videodev2.h for expanding BASE_VIDIOC_PRIVATE In am437x-vpfe.h BASE_VIDIOC_PRIVATE is used for making the name of ioctl command(VIDIOC_AM437X_CCDC_CFG). The definition of BASE_VIDIOC_PRIVATE is in linux/videodev2.h. However, linux/videodev2.h is not included in am437x-vpfe.h. As the result an application using has to include both am437x-vpfe.h and linux/videodev2.h. With this patch, the application can include just am437x-vpfe.h. Signed-off-by: Masatake YAMATO Acked-by: Lad, Prabhakar Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed