aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-05-24 21:57:34 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-05-24 21:57:34 +0000
commit9558b6c1e426570689bccdc65c9a0716c62c17dc (patch)
tree8ad9264ab9e9a8f311e0c2d9fab719da71cd4d57 /target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
parent21222b3091f07b7a086aae12223d2d7d367aef7f (diff)
downloadupstream-9558b6c1e426570689bccdc65c9a0716c62c17dc.tar.gz
upstream-9558b6c1e426570689bccdc65c9a0716c62c17dc.tar.bz2
upstream-9558b6c1e426570689bccdc65c9a0716c62c17dc.zip
Update au1000 for .21, build an SREC initramfs image so that it can be tested directly with yamon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7333 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch')
-rw-r--r--target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
index 9fd2e89364..8cb869ee2a 100644
--- a/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
+++ b/target/linux/au1000-2.6/patches/010-au100_gpio_i2c.patch
@@ -376,7 +376,7 @@ diff -urN linux-2.6.19/drivers/i2c/busses/i2c-au1x00gpio.c linux-2.6.19.new/driv
+ if (adapter->scl_gpio == scl_gpio &&
+ adapter->sda_gpio == sda_gpio)
+ {
-+ i2c_bit_del_bus(&adapter->adapter);
++ i2c_del_adapter(&adapter->adapter);
+ if (prev)
+ prev->next = adapter->next;
+ else