projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e950324
)
MIPS: Remove unused dt_setup_arch()
author
Geert Uytterhoeven
<
[email protected]
>
Mon, 12 Jan 2015 20:19:13 +0000
(21:19 +0100)
committer
Ralf Baechle
<
[email protected]
>
Fri, 16 Jan 2015 12:10:42 +0000
(13:10 +0100)
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/8928/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/include/asm/prom.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/prom.h
b/arch/mips/include/asm/prom.h
index eaa26270a5e574bae3db56202a22434c4c4b930f..8ebc2aa5f3e1331fd0c84f2ba54675a4128a06a2 100644
(file)
--- a/
arch/mips/include/asm/prom.h
+++ b/
arch/mips/include/asm/prom.h
@@
-24,13
+24,6
@@
struct boot_param_header;
extern void __dt_setup_arch(void *bph);
extern int __dt_register_buses(const char *bus0, const char *bus1);
-#define dt_setup_arch(sym) \
-({ \
- extern char __dtb_##sym##_begin[]; \
- \
- __dt_setup_arch(__dtb_##sym##_begin); \
-})
-
#else /* CONFIG_OF */
static inline void device_tree_init(void) { }
#endif /* CONFIG_OF */