aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/of/fdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c
index 358bcf0500d2..a6f83ea107ae 100644
--- a/drivers/of/fdt.c
+++ b/drivers/of/fdt.c
@@ -372,7 +372,7 @@ EXPORT_SYMBOL_GPL(of_fdt_unflatten_tree);
372int __initdata dt_root_addr_cells; 372int __initdata dt_root_addr_cells;
373int __initdata dt_root_size_cells; 373int __initdata dt_root_size_cells;
374 374
375struct boot_param_header *initial_boot_params; 375void *initial_boot_params;
376 376
377#ifdef CONFIG_OF_EARLY_FLATTREE 377#ifdef CONFIG_OF_EARLY_FLATTREE
378 378