diff options
Diffstat (limited to 'drivers/of/fdt.c')
-rw-r--r-- | drivers/of/fdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/fdt.c b/drivers/of/fdt.c index fa16a912a927..7a2ef7bb8022 100644 --- a/drivers/of/fdt.c +++ b/drivers/of/fdt.c | |||
@@ -491,7 +491,7 @@ static int __init __reserved_mem_reserve_reg(unsigned long node, | |||
491 | * in /reserved-memory matches the values supported by the current implementation, | 491 | * in /reserved-memory matches the values supported by the current implementation, |
492 | * also check if ranges property has been provided | 492 | * also check if ranges property has been provided |
493 | */ | 493 | */ |
494 | static int __reserved_mem_check_root(unsigned long node) | 494 | static int __init __reserved_mem_check_root(unsigned long node) |
495 | { | 495 | { |
496 | __be32 *prop; | 496 | __be32 *prop; |
497 | 497 | ||