summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-01-02 20:53:09 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-01-02 20:53:09 +0000
commitd6af00c5554f3cca784d7ce775ad309ec748697b (patch)
tree917b1dce7b5ce54ab0c88dd87b67b9f270cd7cc0 /target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
parent4b8799280fe688cfe8221b2b95eaaaddb122d550 (diff)
downloadmtk-20170518-d6af00c5554f3cca784d7ce775ad309ec748697b.zip
mtk-20170518-d6af00c5554f3cca784d7ce775ad309ec748697b.tar.gz
mtk-20170518-d6af00c5554f3cca784d7ce775ad309ec748697b.tar.bz2
brcm47xx: fix compile problem when serial is deactivated.
Thank you Andrey SVN-Revision: 24885
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
index 981bf29..abb2044 100644
--- a/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
+++ b/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
@@ -33,7 +33,7 @@
+EXPORT_SYMBOL(nvram_get);
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
-@@ -215,3 +215,20 @@ void __init plat_mem_setup(void)
+@@ -226,3 +226,20 @@ void __init plat_mem_setup(void)
_machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt;
}