diff options
| -rw-r--r-- | drivers/of/fdt.c | 2 | ||||
| -rw-r--r-- | include/linux/of_fdt.h | 2 |
2 files changed, 2 insertions, 2 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); | |||
| 372 | int __initdata dt_root_addr_cells; | 372 | int __initdata dt_root_addr_cells; |
| 373 | int __initdata dt_root_size_cells; | 373 | int __initdata dt_root_size_cells; |
| 374 | 374 | ||
| 375 | struct boot_param_header *initial_boot_params; | 375 | void *initial_boot_params; |
| 376 | 376 | ||
| 377 | #ifdef CONFIG_OF_EARLY_FLATTREE | 377 | #ifdef CONFIG_OF_EARLY_FLATTREE |
| 378 | 378 | ||
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 */ |
| 79 | extern int __initdata dt_root_addr_cells; | 79 | extern int __initdata dt_root_addr_cells; |
| 80 | extern int __initdata dt_root_size_cells; | 80 | extern int __initdata dt_root_size_cells; |
| 81 | extern struct boot_param_header *initial_boot_params; | 81 | extern void *initial_boot_params; |
| 82 | 82 | ||
| 83 | extern char __dtb_start[]; | 83 | extern char __dtb_start[]; |
| 84 | extern char __dtb_end[]; | 84 | extern char __dtb_end[]; |
