diff options
author | 2023-12-04 12:57:05 +0100 | |
---|---|---|
committer | 2023-12-10 17:21:41 -0800 | |
commit | 4666cf018a26d89f2ee1ad6023227caa37f1a799 (patch) | |
tree | 1fc5e1624355ea1c8063a1de99c5d1a849fee70f /kernel | |
parent | mips: spram: fix missing prototype warning for spram_config (diff) | |
download | wireguard-linux-4666cf018a26d89f2ee1ad6023227caa37f1a799.tar.xz wireguard-linux-4666cf018a26d89f2ee1ad6023227caa37f1a799.zip |
mips: mt: include asm/mips_mt.h
These two functions have a global prototype but the header is not included
before the function definitions:
arch/mips/kernel/mips-mt.c:50:6: error: no previous prototype for 'mips_mt_regdump' [-Werror=missing-prototypes]
arch/mips/kernel/mips-mt.c:159:6: error: no previous prototype for 'mips_mt_set_cpuoptions' [-Werror=missing-prototypes]
Link: https://lkml.kernel.org/r/20231204115710.2247097-16-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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions