From: Antoine Jacquet Date: Mon, 5 Mar 2007 09:32:29 +0000 (-0300) Subject: V4L/DVB (5385): Fix compilation issue with zr364xx when V4L1 is disabled X-Git-Tag: firefly_0821_release~30268^2~127 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2575f84a50f71b867d8d2ff2994eefc92d60ac79;p=firefly-linux-kernel-4.4.55.git 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c index c055cf017cf5..16bb3576b6ea 100644 --- a/drivers/media/video/zr364xx.c +++ b/drivers/media/video/zr364xx.c @@ -33,6 +33,7 @@ #include #include #include +#include #include