Skip to content
Commit 06dfeef8 authored by Ben Dooks's avatar Ben Dooks Committed by Rob Herring
Browse files

drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch



The function early_init_dt_alloc_reserved_memory_arch is defined
in drivers/of/of_reserved_mem.c but is not declared in any of the
header files. Add the declaration of this to avoid the warning:

drivers/of/of_reserved_mem.c:31:19: warning: symbol 'early_init_dt_alloc_reserved_memory_arch' was not declared. Should it be static?

Signed-off-by: default avatarBen Dooks <ben.dooks@codethink.co.uk>
[robh: drop extern from declaration]
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 8c237cd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment