aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/video/zr364xx.c
diff options
context:
space:
mode:
authorAntoine Jacquet <royale@zerezo.com>2007-03-05 06:32:29 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 15:44:15 -0300
commit2575f84a50f71b867d8d2ff2994eefc92d60ac79 (patch)
tree62bdb342b0135ff0f03d0307beb5d9f7b2efac44 /drivers/media/video/zr364xx.c
parenta6210b7bea86305871bdca32f38b115b3ea67edf (diff)
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 <royale@zerezo.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/zr364xx.c')
-rw-r--r--drivers/media/video/zr364xx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c
index c055cf017cf..16bb3576b6e 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>