+ v4l-dvb-4045-fixes-recursive-dependency-for-i2c.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     V4L/DVB (4045): Fixes recursive dependency for I2C

has been added to the -mm tree.  Its filename is

     v4l-dvb-4045-fixes-recursive-dependency-for-i2c.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: V4L/DVB (4045): Fixes recursive dependency for I2C
From: Jean Delvare <khali@xxxxxxxxxxxx>


Mixing "depends on I2C" and "select I2C" within the media subsystem leads
to the following problem:

Warning!  Found recursive dependency: I2C DVB_BUDGET DVB_BUDGET_PATCH DVB_AV7110 VIDEO_SAA7146_VV VIDEO_SAA7146 I2C

Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx>
Acked-by: Manu Abraham <manu@xxxxxxxxxxx>
Signed-off-by: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/media/common/Kconfig     |    2 +-
 drivers/media/dvb/pluto2/Kconfig |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff -puN drivers/media/common/Kconfig~v4l-dvb-4045-fixes-recursive-dependency-for-i2c drivers/media/common/Kconfig
--- 25/drivers/media/common/Kconfig~v4l-dvb-4045-fixes-recursive-dependency-for-i2c	Wed May 24 12:19:22 2006
+++ 25-akpm/drivers/media/common/Kconfig	Wed May 24 12:19:22 2006
@@ -1,6 +1,6 @@
 config VIDEO_SAA7146
 	tristate
-	select I2C
+	depends on I2C
 
 config VIDEO_SAA7146_VV
 	tristate
diff -puN drivers/media/dvb/pluto2/Kconfig~v4l-dvb-4045-fixes-recursive-dependency-for-i2c drivers/media/dvb/pluto2/Kconfig
--- 25/drivers/media/dvb/pluto2/Kconfig~v4l-dvb-4045-fixes-recursive-dependency-for-i2c	Wed May 24 12:19:22 2006
+++ 25-akpm/drivers/media/dvb/pluto2/Kconfig	Wed May 24 12:19:22 2006
@@ -1,7 +1,6 @@
 config DVB_PLUTO2
 	tristate "Pluto2 cards"
 	depends on DVB_CORE && PCI && I2C
-	select I2C
 	select I2C_ALGOBIT
 	select DVB_TDA1004X
 	help
_

Patches currently in -mm which might be from khali@xxxxxxxxxxxx are

origin.patch
v4l-dvb-4045-fixes-recursive-dependency-for-i2c.patch
scx200_acb-use-pci-i-o-resource-when-appropriate.patch
scx200_acb-use-pci-i-o-resource-when-appropriate-fix.patch
i2c-pca954x-i2c-mux-driver.patch
i2c-mpc-fix-up-error-handling.patch
opencores-i2c-bus-driver.patch
i2c-pca954x-fix-initial-access-to-first-mux-switch-port.patch
drivers-acorn-char-pcf8583-vs-rtc-subsystem.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux