Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Cc: John Crispin <blogic@xxxxxxxxxxx> Cc: linux-mips@xxxxxxxxxxxxxx --- arch/mips/include/asm/prom.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/arch/mips/include/asm/prom.h b/arch/mips/include/asm/prom.h index ccd2b75f152c..7e2ee8301c06 100644 --- a/arch/mips/include/asm/prom.h +++ b/arch/mips/include/asm/prom.h @@ -23,13 +23,6 @@ struct boot_param_header; extern void __dt_setup_arch(struct boot_param_header *bph); -#define dt_setup_arch(sym) \ -({ \ - extern struct boot_param_header __dtb_##sym##_begin; \ - \ - __dt_setup_arch(&__dtb_##sym##_begin); \ -}) - #else /* CONFIG_OF */ static inline void device_tree_init(void) { } #endif /* CONFIG_OF */ -- 1.7.9.5