mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
brcm47xx-2.6 cleanup, fix the kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7339 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -59,5 +59,5 @@ void plat_irq_dispatch(void)
|
||||
|
||||
void __init arch_init_irq(void)
|
||||
{
|
||||
mips_cpu_irq_init(0);
|
||||
mips_cpu_irq_init();
|
||||
}
|
||||
|
||||
@@ -56,7 +56,6 @@ void __init prom_init(void)
|
||||
add_memory_region(0, mem, BOOT_MEM_RAM);
|
||||
}
|
||||
|
||||
unsigned long __init prom_free_prom_memory(void)
|
||||
void __init prom_free_prom_memory(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user