Re: [PATCH] drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch

2016-06-09 Thread Rob Herring
On Thu, Jun 9, 2016 at 5:38 AM, Ben Dooks wrote: > 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: > >

Re: [PATCH] drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch

2016-06-09 Thread Rob Herring
On Thu, Jun 9, 2016 at 5:38 AM, Ben Dooks wrote: > 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:

[PATCH] drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch

2016-06-09 Thread Ben Dooks
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

[PATCH] drivers: of: add definition of early_init_dt_alloc_reserved_memory_arch

2016-06-09 Thread Ben Dooks
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