public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] v4l: Build error with et61x251, if V4L1_COMPAT is not selected
@ 2007-09-13 12:36 aherrman
  2007-09-13 15:07 ` Luca Risolia
  0 siblings, 1 reply; 11+ messages in thread
From: aherrman @ 2007-09-13 12:36 UTC (permalink / raw)
  To: luca.risolia, akpm; +Cc: linux-usb-devel, video4linux-list, linux-kernel

With current git tree I get an build error
for et61x251, if V4L1_COMPAT is not selected:

drivers/media/video/et61x251/et61x251_core.c: In et61x251_show_:
drivers/media/video/et61x251/et61x251_core.c:718: error: implicit declaration of to_video_device

Fix: add VIDEO_V4L1_COMPAT as a dependency for this driver.

Signed-off-by: Andreas Herrmann <aherrman@arcor.de>
---
 drivers/media/video/et61x251/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/et61x251/Kconfig b/drivers/media/video/et61x251/Kconfig
index dcc1a03..9143424 100644
--- a/drivers/media/video/et61x251/Kconfig
+++ b/drivers/media/video/et61x251/Kconfig
@@ -1,6 +1,6 @@
 config USB_ET61X251
 	tristate "USB ET61X[12]51 PC Camera Controller support"
-	depends on VIDEO_V4L2
+	depends on VIDEO_V4L2 && VIDEO_V4L1_COMPAT
 	---help---
 	  Say Y here if you want support for cameras based on Etoms ET61X151
 	  or ET61X251 PC Camera Controllers.
-- 
1.5.3



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-09-14 15:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-13 12:36 [PATCH] v4l: Build error with et61x251, if V4L1_COMPAT is not selected aherrman
2007-09-13 15:07 ` Luca Risolia
2007-09-13 22:06   ` aherrman
2007-09-13 22:27   ` [PATCH] v4l: fix build error for et61x251 driver Andreas Herrmann
2007-09-13 22:28     ` Luca Risolia
2007-09-14  0:09       ` Linus Torvalds
2007-09-14  1:53         ` Luca Risolia
2007-09-14  7:48           ` aherrman
2007-09-14 12:50             ` Mauro Carvalho Chehab
2007-09-14 13:57               ` Luca Risolia
2007-09-14 15:56                 ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox