mips: spram: fix missing prototype warning for spram_config
authorArnd Bergmann <arnd@arndb.de>
Mon, 4 Dec 2023 11:57:04 +0000 (12:57 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 11 Dec 2023 01:21:41 +0000 (17:21 -0800)
commit858c638c2fafb404d16453ee09aa1099f858178d
tree8e11269858da666cc95072f041fc6e2021ce37b4
parent7dc5b89251840ff1071eb47ad3dd83ff2b24a4c6
mips: spram: fix missing prototype warning for spram_config

arch/mips/kernel/spram.c:194:6: error: no previous prototype for 'spram_config' [-Werror=missing-prototypes]

Link: https://lkml.kernel.org/r/20231204115710.2247097-15-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Stephen Rothwell <sfr@rothwell.id.au>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/mips/include/asm/spram.h
arch/mips/kernel/spram.c