summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/omap3isp
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-05-31 19:22:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-06-12 18:19:43 -0300
commit31036441d785359999e45bf410c778f64ffcab64 (patch)
tree6311ee7b2566e36992255c7d6afc31dc18ce56a5 /drivers/media/platform/omap3isp
parent5e5726789a2c55db2e41ea8e7171ce4ee4066d01 (diff)
downloadtalos-op-linux-31036441d785359999e45bf410c778f64ffcab64.tar.gz
talos-op-linux-31036441d785359999e45bf410c778f64ffcab64.zip
[media] omap3isp: include linux/mm_types.h
The ispqueue.h file uses vm_flags_t, which is defined in linux/mm_types.h, so we must include that header in order to build in all configurations. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/platform/omap3isp')
-rw-r--r--drivers/media/platform/omap3isp/ispqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/omap3isp/ispqueue.h b/drivers/media/platform/omap3isp/ispqueue.h
index 908dfd712e8e..3e048ad65647 100644
--- a/drivers/media/platform/omap3isp/ispqueue.h
+++ b/drivers/media/platform/omap3isp/ispqueue.h
@@ -28,6 +28,7 @@
#include <linux/kernel.h>
#include <linux/list.h>
+#include <linux/mm_types.h>
#include <linux/mutex.h>
#include <linux/videodev2.h>
#include <linux/wait.h>
OpenPOWER on IntegriCloud