diff options
Diffstat (limited to 'arch/mips/include/asm/prom.h')
-rw-r--r-- | arch/mips/include/asm/prom.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/include/asm/prom.h b/arch/mips/include/asm/prom.h index eaa26270a5e5..8ebc2aa5f3e1 100644 --- a/arch/mips/include/asm/prom.h +++ b/arch/mips/include/asm/prom.h | |||
@@ -24,13 +24,6 @@ struct boot_param_header; | |||
24 | extern void __dt_setup_arch(void *bph); | 24 | extern void __dt_setup_arch(void *bph); |
25 | extern int __dt_register_buses(const char *bus0, const char *bus1); | 25 | extern int __dt_register_buses(const char *bus0, const char *bus1); |
26 | 26 | ||
27 | #define dt_setup_arch(sym) \ | ||
28 | ({ \ | ||
29 | extern char __dtb_##sym##_begin[]; \ | ||
30 | \ | ||
31 | __dt_setup_arch(__dtb_##sym##_begin); \ | ||
32 | }) | ||
33 | |||
34 | #else /* CONFIG_OF */ | 27 | #else /* CONFIG_OF */ |
35 | static inline void device_tree_init(void) { } | 28 | static inline void device_tree_init(void) { } |
36 | #endif /* CONFIG_OF */ | 29 | #endif /* CONFIG_OF */ |