aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/of_fdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h
index e10099c95999..1f882e1da728 100644
--- a/include/linux/of_fdt.h
+++ b/include/linux/of_fdt.h
@@ -78,7 +78,7 @@ extern void of_fdt_unflatten_tree(unsigned long *blob,
78/* TBD: Temporary export of fdt globals - remove when code fully merged */ 78/* TBD: Temporary export of fdt globals - remove when code fully merged */
79extern int __initdata dt_root_addr_cells; 79extern int __initdata dt_root_addr_cells;
80extern int __initdata dt_root_size_cells; 80extern int __initdata dt_root_size_cells;
81extern struct boot_param_header *initial_boot_params; 81extern void *initial_boot_params;
82 82
83extern char __dtb_start[]; 83extern char __dtb_start[];
84extern char __dtb_end[]; 84extern char __dtb_end[];