From c8baad652d1f32a71d6b25892665ded30b33f748 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 4 Jun 2011 13:35:55 +0000 Subject: [kernel] update to 2.6.39.1 patch from Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27104 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/patches-2.6.39/120-falcon-i2c.patch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'target/linux/lantiq/patches-2.6.39/120-falcon-i2c.patch') diff --git a/target/linux/lantiq/patches-2.6.39/120-falcon-i2c.patch b/target/linux/lantiq/patches-2.6.39/120-falcon-i2c.patch index 3dd873be74..c5d39c8c21 100644 --- a/target/linux/lantiq/patches-2.6.39/120-falcon-i2c.patch +++ b/target/linux/lantiq/patches-2.6.39/120-falcon-i2c.patch @@ -1,16 +1,15 @@ --- a/drivers/i2c/busses/Makefile +++ b/drivers/i2c/busses/Makefile -@@ -74,6 +74,7 @@ +@@ -82,5 +82,6 @@ obj-$(CONFIG_I2C_SIBYTE) += i2c-sibyte.o obj-$(CONFIG_I2C_STUB) += i2c-stub.o obj-$(CONFIG_SCx200_ACB) += scx200_acb.o obj-$(CONFIG_SCx200_I2C) += scx200_i2c.o +obj-$(CONFIG_I2C_FALCON) += i2c-falcon.o - ifeq ($(CONFIG_I2C_DEBUG_BUS),y) - EXTRA_CFLAGS += -DDEBUG + ccflags-$(CONFIG_I2C_DEBUG_BUS) := -DDEBUG --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig -@@ -278,6 +278,10 @@ +@@ -282,6 +282,10 @@ config I2C_POWERMAC comment "I2C system bus drivers (mostly embedded / system-on-chip)" -- cgit v1.2.3