Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2575f84a50f71b867d8d2ff2994eefc92d60ac79
Commit:     2575f84a50f71b867d8d2ff2994eefc92d60ac79
Parent:     a6210b7bea86305871bdca32f38b115b3ea67edf
Author:     Antoine Jacquet <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 5 06:32:29 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Fri Apr 27 15:44:15 2007 -0300

    V4L/DVB (5385): Fix compilation issue with zr364xx when V4L1 is disabled
    
    Add a missing header to fix compilation issue in the zr364xx driver when
    CONFIG_VIDEO_V4L1 and CONFIG_VIDEO_V4L1_COMPAT are not set.
    
    Signed-off-by: Antoine Jacquet <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/video/zr364xx.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c
index c055cf0..16bb357 100644
--- a/drivers/media/video/zr364xx.c
+++ b/drivers/media/video/zr364xx.c
@@ -33,6 +33,7 @@
 #include <linux/vmalloc.h>
 #include <linux/slab.h>
 #include <linux/proc_fs.h>
+#include <linux/highmem.h>
 #include <media/v4l2-common.h>
 
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to