summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-2.6.33/160-fix_gpio_count.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-09-12 21:23:47 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-09-12 21:23:47 +0000
commitdc1302fdf9eb318e81eec25d063017fe01bcc325 (patch)
tree448e40f109b5eb509e0ff7df7bb45d7c7a3a75b9 /target/linux/brcm63xx/patches-2.6.33/160-fix_gpio_count.patch
parent327ac42dcae5f418a2eed8382c74041be77638e2 (diff)
downloadmaster-31e0f0ae-dc1302fdf9eb318e81eec25d063017fe01bcc325.tar.gz
master-31e0f0ae-dc1302fdf9eb318e81eec25d063017fe01bcc325.tar.bz2
master-31e0f0ae-dc1302fdf9eb318e81eec25d063017fe01bcc325.zip
remove 2.6.33 support
SVN-Revision: 23037
Diffstat (limited to 'target/linux/brcm63xx/patches-2.6.33/160-fix_gpio_count.patch')
-rw-r--r--target/linux/brcm63xx/patches-2.6.33/160-fix_gpio_count.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.33/160-fix_gpio_count.patch b/target/linux/brcm63xx/patches-2.6.33/160-fix_gpio_count.patch
deleted file mode 100644
index f99768536d..0000000000
--- a/target/linux/brcm63xx/patches-2.6.33/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;