Skip to content
Unverified Commit 427aeea0 authored by Mathieu Malaterre's avatar Mathieu Malaterre Committed by James Hogan
Browse files

MIPS: Make declaration for function `memory_region_available` static



Fix non-fatal warning during compilation using W=1:

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: default avatarMathieu Malaterre <malat@debian.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18175/


[jhogan@kernel.org: tweak whitespace]
Signed-off-by: default avatarJames Hogan <jhogan@kernel.org>
parent 018eab88
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment