OSDN Git Service

[media] omap3isp: include linux/mm_types.h
authorArnd Bergmann <arnd@arndb.de>
Fri, 31 May 2013 22:22:50 +0000 (19:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 12 Jun 2013 21:19:43 +0000 (18:19 -0300)
commit31036441d785359999e45bf410c778f64ffcab64
tree6311ee7b2566e36992255c7d6afc31dc18ce56a5
parent5e5726789a2c55db2e41ea8e7171ce4ee4066d01
[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>
drivers/media/platform/omap3isp/ispqueue.h