Re: [PATCH 1/2] MIPS: add declaration for function `memory_region_available`

2018-01-02 Thread James Hogan
On Tue, Dec 26, 2017 at 12:37:13PM +0100, Mathieu Malaterre wrote: > Fix non-fatal warning: > > arch/mips/kernel/setup.c:158:13: warning: no previous prototype for > ‘memory_region_available’ [-Wmissing-prototypes] > bool __init memory_region_available(phys_addr_t start, phys_addr_t size) >

[PATCH 1/2] MIPS: add declaration for function `memory_region_available`

2017-12-26 Thread Mathieu Malaterre
Fix non-fatal warning: arch/mips/kernel/setup.c:158:13: warning: no previous prototype for ‘memory_region_available’ [-Wmissing-prototypes] bool __init memory_region_available(phys_addr_t start, phys_addr_t size) ^~~ Signed-off-by: Mathieu Malaterre --- arch/m