All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Chen <wangchen@cn.fujitsu.com>
To: gregkh@suse.de, linux-kernel@vger.kernel.org,
	Ross Cohen <rcohen@snurgle.org>
Subject: [PATCH] staging: fix go7007 build failure
Date: Mon, 10 Nov 2008 14:39:34 +0800	[thread overview]
Message-ID: <4917D726.7070406@cn.fujitsu.com> (raw)

>From 25a87bb72b5d391c3f01a623c12ce22bc5bb2467 Mon Sep 17 00:00:00 2001
From: Wang Chen <wangchen@cn.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@cn.fujitsu.com>
Cc: Ross Cohen <rcohen@snurgle.org>
Cc: Greg Kroah-Hartman <gregkh@suse.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



             reply	other threads:[~2008-11-10  6:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-10  6:39 Wang Chen [this message]
2008-11-12 22:48 ` [PATCH] staging: fix go7007 build failure Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4917D726.7070406@cn.fujitsu.com \
    --to=wangchen@cn.fujitsu.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rcohen@snurgle.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.