diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-27 15:01:35 +0000 |
commit | 20ba6d90e31707ee95630804a284c8bad8cc90ed (patch) | |
tree | 627023b35ae52680fd32b5b3f38326f5fd837bcb /target/linux/xburst/patches-2.6.37/051-fix-i2c-driver-name.patch | |
parent | d043cb2c349a8c1d8f344913547175895c988699 (diff) | |
download | upstream-20ba6d90e31707ee95630804a284c8bad8cc90ed.tar.gz upstream-20ba6d90e31707ee95630804a284c8bad8cc90ed.tar.bz2 upstream-20ba6d90e31707ee95630804a284c8bad8cc90ed.zip |
xburst: remove support for old kernels
SVN-Revision: 31904
Diffstat (limited to 'target/linux/xburst/patches-2.6.37/051-fix-i2c-driver-name.patch')
-rw-r--r-- | target/linux/xburst/patches-2.6.37/051-fix-i2c-driver-name.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/xburst/patches-2.6.37/051-fix-i2c-driver-name.patch b/target/linux/xburst/patches-2.6.37/051-fix-i2c-driver-name.patch deleted file mode 100644 index 7e4b961c81..0000000000 --- a/target/linux/xburst/patches-2.6.37/051-fix-i2c-driver-name.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 1a340ab0d36718e3cd522134c7c5746040c3c93e Mon Sep 17 00:00:00 2001 -From: Lars-Peter Clausen <lars@metafoo.de> -Date: Sun, 5 Sep 2010 03:21:51 +0200 -Subject: [PATCH 11/23] MIPS: JZ4740: Fix i2c driver name. - -The i2c driver is generic to all JZ47XX based SoCs not only the JZ4740. Reflect -this in the driver name. - -Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> ---- - arch/mips/jz4740/platform.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - ---- a/arch/mips/jz4740/platform.c -+++ b/arch/mips/jz4740/platform.c -@@ -142,7 +142,7 @@ static struct resource jz4740_i2c_resour - }; - - struct platform_device jz4740_i2c_device = { -- .name = "jz4740-i2c", -+ .name = "jz47xx-i2c", - .id = 0, - .num_resources = ARRAY_SIZE(jz4740_i2c_resources), - .resource = jz4740_i2c_resources, |