projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e57267
)
[media] omap3isp: include linux/mm_types.h
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 31 May 2013 22:22:50 +0000
(19:22 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 12 Jun 2013 21:19:43 +0000
(18:19 -0300)
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
patch
|
blob
|
history
diff --git
a/drivers/media/platform/omap3isp/ispqueue.h
b/drivers/media/platform/omap3isp/ispqueue.h
index 908dfd712e8e3fa809637962f141b76dd0768571..3e048ad65647460dfdbb596f67443d4842faec65 100644
(file)
--- 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>