diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2012-07-26 10:31:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 22:58:34 -0400 |
commit | bc7892c2142ce1eb1b0792337391414728cddf9e (patch) | |
tree | 8549a60dfbbc25898bc65e3a8bf369db30ae68ed /include/linux/omap3isp.h | |
parent | b42353011e9001e88f5a57097dcf7d9424a0e9c4 (diff) |
[media] omap3isp: #include videodev2.h in omap3isp.h
include/linux/omap3isp.h uses BASE_VIDIOC_PRIVATE from include/linux/videodev2.h
but didn't include this file.
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/omap3isp.h')
-rw-r--r-- | include/linux/omap3isp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/omap3isp.h b/include/linux/omap3isp.h index c73a34c3434d..e7a79db3c1f7 100644 --- a/include/linux/omap3isp.h +++ b/include/linux/omap3isp.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #define OMAP3_ISP_USER_H | 28 | #define OMAP3_ISP_USER_H |
29 | 29 | ||
30 | #include <linux/types.h> | 30 | #include <linux/types.h> |
31 | #include <linux/videodev2.h> | ||
31 | 32 | ||
32 | /* | 33 | /* |
33 | * Private IOCTLs | 34 | * Private IOCTLs |