of/flattree: Eliminate need to provide early_init_dt_scan_chosen_arch
[pandora-kernel.git] / arch / microblaze / kernel / prom.c
index 427b13b..bacbd3d 100644 (file)
 #include <asm/sections.h>
 #include <asm/pci-bridge.h>
 
-void __init early_init_dt_scan_chosen_arch(unsigned long node)
-{
-       /* No Microblaze specific code here */
-}
-
 void __init early_init_dt_add_memory_arch(u64 base, u64 size)
 {
        memblock_add(base, size);