]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commite5c1b8c9b73cdac0dcf590657e7148d17e2ca9ca
tree6311ee7b2566e36992255c7d6afc31dc18ce56a5
parent66d4076b8a4796b01885589632cada89f578d209
[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