summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.32/160-fix_gpio_count.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-17 16:32:35 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-17 16:32:35 +0000
commitaed7a79e1110803f56d0d24ecf2a364927370636 (patch)
treea86c6e1d8bf72ca39a89297f42574d2c94e97169 /target/linux/brcm63xx/patches-2.6.32/160-fix_gpio_count.patch
parentf8c314a2455ed986b8d73d1aa7cb61a1448f4077 (diff)
[brcm63xx] remove 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23505 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.32/160-fix_gpio_count.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.32/160-fix_gpio_count.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.32/160-fix_gpio_count.patch b/target/linux/brcm63xx/patches-2.6.32/160-fix_gpio_count.patch
deleted file mode 100644
index f99768536..000000000
--- a/target/linux/brcm63xx/patches-2.6.32/160-fix_gpio_count.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h
-+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h
-@@ -10,6 +10,10 @@ static inline unsigned long bcm63xx_gpio
- switch (bcm63xx_get_cpu_id()) {
- case BCM6358_CPU_ID:
- return 40;
-+ case BCM6338_CPU_ID:
-+ return 8;
-+ case BCM6345_CPU_ID:
-+ return 16;
- case BCM6348_CPU_ID:
- default:
- return 37;