diff options
Diffstat (limited to 'arch/arc/include')
-rw-r--r-- | arch/arc/include/asm/mach_desc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arc/include/asm/mach_desc.h b/arch/arc/include/asm/mach_desc.h index eaebaf835f85..9998dc846ebb 100644 --- a/arch/arc/include/asm/mach_desc.h +++ b/arch/arc/include/asm/mach_desc.h | |||
@@ -82,4 +82,6 @@ __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 | #endif | 87 | #endif |