aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zr364xx.c
diff options
context:
space:
mode:
authorAntoine Jacquet <royale@zerezo.com>2007-03-05 04:32:29 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 14:44:15 -0400
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 @@
33#include <linux/vmalloc.h> 33#include <linux/vmalloc.h>
34#include <linux/slab.h> 34#include <linux/slab.h>
35#include <linux/proc_fs.h> 35#include <linux/proc_fs.h>
36#include <linux/highmem.h>
36#include <media/v4l2-common.h> 37#include <media/v4l2-common.h>
37 38
38 39