aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/irq.c
diff options
context:
space:
mode:
authorNick Desaulniers <[email protected]>2023-08-08 10:22:59 -0700
committerRichard Weinberger <[email protected]>2023-08-26 22:43:42 +0200
commitb10eee784c767975d345540e5569bdad31b9aec3 (patch)
treeb60374ba83914667531678306e5344de17155ceb /arch/um/kernel/irq.c
parente30955d029a8834c93c9bd0226fa6c1dfc59c812 (diff)
uml: audio: fix -Wmissing-variable-declarations
I'm looking to enable -Wmissing-variable-declarations behind W=1. 0day bot spotted the following instance: arch/um/drivers/hostaudio_kern.c:316:3: warning: no previous extern declaration for non-static variable 'module_data' [-Wmissing-variable-declarations] } module_data; ^ arch/um/drivers/hostaudio_kern.c:313:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit struct { ^ This symbol is not referenced by more than one translation unit, so give it static storage. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/llvm/[email protected]/ Signed-off-by: Nick Desaulniers <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>
Diffstat (limited to 'arch/um/kernel/irq.c')
0 files changed, 0 insertions, 0 deletions