diff options
Diffstat (limited to 'arch/mips/lantiq/prom.h')
-rw-r--r-- | arch/mips/lantiq/prom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/lantiq/prom.h b/arch/mips/lantiq/prom.h index f7c2a7984db7..a3fa1a2bfaae 100644 --- a/arch/mips/lantiq/prom.h +++ b/arch/mips/lantiq/prom.h @@ -26,4 +26,6 @@ struct ltq_soc_info { extern void ltq_soc_detect(struct ltq_soc_info *i); extern void ltq_soc_init(void); +extern struct boot_param_header __dtb_start; + #endif |