public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] let VIDEO_ZORAN depend on I2C_ALGOBIT
@ 2004-06-21 15:38 Adrian Bunk
  2004-06-21 18:29 ` [Mjpeg-users] " Ronald Bultje
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2004-06-21 15:38 UTC (permalink / raw)
  To: Ronald Bultje, Laurent Pinchart, Mailinglist; +Cc: linux-kernel

The following compile error occurs with VIDEO_ZORAN=y and I2C_ALGOBIT=n
in 2.6.7-mm1 (but it's not specific to -mm):

<--  snip  -->

  LD      .tmp_vmlinux1
drivers/built-in.o(.text+0x3861d3): In function `zoran_register_i2c':
: undefined reference to `i2c_bit_add_bus'
drivers/built-in.o(.text+0x3861e9): In function `zoran_unregister_i2c':
: undefined reference to `i2c_bit_del_bus'
make: *** [.tmp_vmlinux1] Error 1

<--  snip  -->


The following patch fixes this issue:


--- linux-2.6.7-mm1-full/drivers/media/video/Kconfig.old	2004-06-21 17:35:29.000000000 +0200
+++ linux-2.6.7-mm1-full/drivers/media/video/Kconfig	2004-06-21 17:35:50.000000000 +0200
@@ -155,7 +155,7 @@
 
 config VIDEO_ZORAN
 	tristate "Zoran ZR36057/36067 Video For Linux"
-	depends on VIDEO_DEV && PCI && I2C
+	depends on VIDEO_DEV && PCI && I2C_ALGOBIT
 	help
 	  Say Y for support for MJPEG capture cards based on the Zoran
 	  36057/36067 PCI controller chipset. This includes the Iomega



cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

* Re: [Mjpeg-users] [2.6 patch] let VIDEO_ZORAN depend on I2C_ALGOBIT
  2004-06-21 15:38 [2.6 patch] let VIDEO_ZORAN depend on I2C_ALGOBIT Adrian Bunk
@ 2004-06-21 18:29 ` Ronald Bultje
  0 siblings, 0 replies; 2+ messages in thread
From: Ronald Bultje @ 2004-06-21 18:29 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Laurent Pinchart, Mailinglist, linux-kernel

Hi Adrian,

On Mon, 21 Jun 2004, Adrian Bunk wrote:
> The following compile error occurs with VIDEO_ZORAN=y and I2C_ALGOBIT=n
> in 2.6.7-mm1 (but it's not specific to -mm):
[..]
> The following patch fixes this issue:
[..]

Thanks, I'll take care of sending this upstream. I think that you're
currently required to "sign off" a patch when you sent it over to
maintainers. See e.g. http://www.linuxdevices.com/news/NS3012318028.html
for details. It's really as simple as including a line
"Signed-off-by: Random J Developer <you@mail.com>" in your patch email.
See http://kerneltrap.org/node/view/3180 for details and Linus' initial
email.

Thanks,

Ronald


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

end of thread, other threads:[~2004-06-21 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-21 15:38 [2.6 patch] let VIDEO_ZORAN depend on I2C_ALGOBIT Adrian Bunk
2004-06-21 18:29 ` [Mjpeg-users] " Ronald Bultje

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