Skip to content

Commit

Permalink
[media] omap3isp: #include videodev2.h in omap3isp.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Jones authored and Mauro Carvalho Chehab committed Jul 31, 2012
1 parent b423530 commit bc7892c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/omap3isp.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#define OMAP3_ISP_USER_H

#include <linux/types.h>
#include <linux/videodev2.h>

/*
* Private IOCTLs
Expand Down

0 comments on commit bc7892c

Please sign in to comment.