aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-07-20 19:41:17 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-07-20 19:41:17 +0000
commitebeaea35fda9f26a12beb7ec9101dd7624356d8c (patch)
treedbbd34334c9275d4c849b713bdef591f73616fa3 /target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch
parentc1e57d12c8ac7681b664f5e323f2347a78908434 (diff)
downloadupstream-ebeaea35fda9f26a12beb7ec9101dd7624356d8c.tar.gz
upstream-ebeaea35fda9f26a12beb7ec9101dd7624356d8c.tar.bz2
upstream-ebeaea35fda9f26a12beb7ec9101dd7624356d8c.zip
brcm47xx: fix for boardflags by xMff and checkpatch.pl fixes
SVN-Revision: 22318
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch
index accc0cb1e3..0c407e8b22 100644
--- a/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch
+++ b/target/linux/brcm47xx/patches-2.6.35/400-arch-bcm47xx.patch
@@ -33,7 +33,7 @@
+EXPORT_SYMBOL(nvram_get);
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
-@@ -229,3 +229,20 @@ void __init plat_mem_setup(void)
+@@ -235,3 +235,20 @@ void __init plat_mem_setup(void)
_machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt;
}