[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4917D726.7070406@cn.fujitsu.com>
Date: Mon, 10 Nov 2008 14:39:34 +0800
From: Wang Chen <wangchen@...fujitsu.com>
To: gregkh@...e.de, linux-kernel@...r.kernel.org,
Ross Cohen <rcohen@...rgle.org>
Subject: [PATCH] staging: fix go7007 build failure
>From 25a87bb72b5d391c3f01a623c12ce22bc5bb2467 Mon Sep 17 00:00:00 2001
From: Wang Chen <wangchen@...fujitsu.com>
Date: Mon, 10 Nov 2008 14:24:08 +0800
Subject: [PATCH] staging: fix go7007 build failure
Comes from commit: df20d69ec968b33526461457c219ad4ba8ba8ac8
"Staging: go7007 v4l fixes".
CC [M] drivers/staging/go7007/go7007-v4l2.o
drivers/staging/go7007/go7007-v4l2.c:1457: error: 'VID_TYPE_CAPTURE' undeclared here (not in a function)
make[3]: *** [drivers/staging/go7007/go7007-v4l2.o] Error 1
make[2]: *** [drivers/staging/go7007] Error 2
make[1]: *** [drivers/staging] Error 2
make: *** [drivers] Error 2
Signed-off-by: Wang Chen <wangchen@...fujitsu.com>
Cc: Ross Cohen <rcohen@...rgle.org>
Cc: Greg Kroah-Hartman <gregkh@...e.de>
---
drivers/staging/go7007/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/go7007/Kconfig b/drivers/staging/go7007/Kconfig
index 593fdb7..409bc5d 100644
--- a/drivers/staging/go7007/Kconfig
+++ b/drivers/staging/go7007/Kconfig
@@ -1,6 +1,6 @@
config VIDEO_GO7007
tristate "Go 7007 support"
- depends on VIDEO_DEV && PCI && I2C && INPUT
+ depends on VIDEO_V4L1_COMPAT && PCI && I2C && INPUT
depends on SND
select VIDEOBUF_DMA_SG
select VIDEO_IR
--
1.5.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists