diff options
-rw-r--r-- | drivers/of/pdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/pdt.c b/drivers/of/pdt.c index bc5b3990f6ed..07cc1d678e4d 100644 --- a/drivers/of/pdt.c +++ b/drivers/of/pdt.c | |||
@@ -229,7 +229,7 @@ static struct device_node * __init of_pdt_build_tree(struct device_node *parent, | |||
229 | return ret; | 229 | return ret; |
230 | } | 230 | } |
231 | 231 | ||
232 | static void *kernel_tree_alloc(u64 size, u64 align) | 232 | static void * __init kernel_tree_alloc(u64 size, u64 align) |
233 | { | 233 | { |
234 | return prom_early_alloc(size); | 234 | return prom_early_alloc(size); |
235 | } | 235 | } |