1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

brcm47xx: fix compile problem when serial is deactivated.

Thank you Andrey


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24885 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke
2011-01-02 20:53:09 +00:00
parent 541bff098e
commit 032ac3c4cc
4 changed files with 44 additions and 26 deletions

View File

@@ -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;
}