diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-08-26 12:23:27 -0400 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-09 12:38:03 -0400 |
commit | 1efc959e0b28942d69d3084ecd4e9bde3beb9866 (patch) | |
tree | c4a0901a07a7641f400069d1a3048e9f96979b6e /arch/arc/include | |
parent | a8bf7527a2e17ccf1366e67f6ac728327ca34c40 (diff) |
arc: use unflatten_and_copy_device_tree
Use the common unflatten_and_copy_device_tree to copy the built-in FDT
out of init section.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/mach_desc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/include/asm/mach_desc.h b/arch/arc/include/asm/mach_desc.h index 9998dc846ebb..d3e9c0a05be8 100644 --- a/arch/arc/include/asm/mach_desc.h +++ b/arch/arc/include/asm/mach_desc.h | |||
@@ -82,6 +82,5 @@ __attribute__((__section__(".arch.info.init"))) = { \ | |||
82 | }; | 82 | }; |
83 | 83 | ||
84 | extern struct machine_desc *setup_machine_fdt(void *dt); | 84 | extern struct machine_desc *setup_machine_fdt(void *dt); |
85 | extern void __init copy_devtree(void); | ||
86 | 85 | ||
87 | #endif | 86 | #endif |