From: Arnd Bergmann Date: Fri, 31 May 2013 22:22:50 +0000 (-0300) Subject: [media] omap3isp: include linux/mm_types.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=31036441d785359999e45bf410c778f64ffcab64;p=openwrt%2Fstaging%2Fblogic.git [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 Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- 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 #include +#include #include #include #include