From: Mauro Carvalho Chehab Date: Tue, 8 Aug 2006 12:10:01 +0000 (-0300) Subject: V4L/DVB (4340): Videodev.h should be included also when V4L1_COMPAT is selected. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=487206f26364a878f5f8cec9f92796d403f1d7c9;p=deliverable%2Flinux.git V4L/DVB (4340): Videodev.h should be included also when V4L1_COMPAT is selected. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-dev.h b/include/media/v4l2-dev.h index f8665326ed9f..600d61d7d2ab 100644 --- a/include/media/v4l2-dev.h +++ b/include/media/v4l2-dev.h @@ -16,7 +16,7 @@ #include #include #include /* need __user */ -#ifdef CONFIG_VIDEO_V4L1 +#ifdef CONFIG_VIDEO_V4L1_COMPAT #include #else #include