summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp
diff options
context:
space:
mode:
authorKonstantin Khlebnikov2012-03-21 06:56:33 +0100
committerMauro Carvalho Chehab2012-04-10 20:44:21 +0200
commit7cfce77d779f43299c1cfeddd72462fed596c168 (patch)
tree4a884daea50b97f7448f0c200bd84ecc3642aa25 /drivers/media/video/omap3isp
parent[media] uvcvideo: remove unneeded access_ok() check (diff)
downloadkernel-qcow2-linux-7cfce77d779f43299c1cfeddd72462fed596c168.tar.gz
kernel-qcow2-linux-7cfce77d779f43299c1cfeddd72462fed596c168.tar.xz
kernel-qcow2-linux-7cfce77d779f43299c1cfeddd72462fed596c168.zip
[media] mm/drivers: use vm_flags_t for vma flags
Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org> Cc: linux-media@vger.kernel.org Cc: devel@driverdev.osuosl.org Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: John Stultz <john.stultz@linaro.org> Cc: "Arve Hjønnevåg" <arve@android.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap3isp')
-rw-r--r--drivers/media/video/omap3isp/ispqueue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/omap3isp/ispqueue.h b/drivers/media/video/omap3isp/ispqueue.h
index 92c5a12157d5..908dfd712e8e 100644
--- a/drivers/media/video/omap3isp/ispqueue.h
+++ b/drivers/media/video/omap3isp/ispqueue.h
@@ -90,7 +90,7 @@ struct isp_video_buffer {
void *vaddr;
/* For userspace buffers. */
- unsigned long vm_flags;
+ vm_flags_t vm_flags;
unsigned long offset;
unsigned int npages;
struct page **pages;