On Thu, Jul 16, 2020 at 4:06 PM Zong Li <zong...@sifive.com> wrote: > > Add static keyword for resource_init, this function is only used in this > object file. > > The warning message as follow (with W=1 build): > > arch/riscv/mm/init.c:520:13: > warning: no previous prototype for 'resource_init' [-Wmissing-prototypes] > > Signed-off-by: Zong Li <zong...@sifive.com>
Reviewed-by: Pekka Enberg <penb...@kernel.org> - Pekka