summaryrefslogtreecommitdiffstats
path: root/arch/x86/events
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2020-05-03 12:27:29 +0200
committerBorislav Petkov <bp@suse.de>2020-05-03 21:43:47 +0200
commitbd1de2a7aace4d1d312fb1be264b8fafdb706208 (patch)
tree98ffdd1eb87d44f54f7c84ccc546f0c8129a7ff2 /arch/x86/events
parent21953ee5013d6632bee90ec89f2df59c69050db0 (diff)
x86/tlb/uv: Add a forward declaration for struct flush_tlb_info
... to fix these build warnings: In file included from ./arch/x86/include/asm/uv/uv_hub.h:22, from drivers/misc/sgi-gru/grukdump.c:16: ./arch/x86/include/asm/uv/uv.h:39:21: warning: ‘struct flush_tlb_info’ declared \ inside parameter list will not be visible outside of this definition or declaration 39 | const struct flush_tlb_info *info); | ^~~~~~~~~~~~~~ In file included from ./arch/x86/include/asm/uv/uv_hub.h:22, from drivers/misc/sgi-gru/grutlbpurge.c:28: ./arch/x86/include/asm/uv/uv.h:39:21: warning: ‘struct flush_tlb_info’ declared \ inside parameter list will not be visible outside of this definition or declaration 39 | const struct flush_tlb_info *info); | ^~~~~~~~~~~~~~ ... after bfe3d8f6313d ("x86/tlb: Restrict access to tlbstate") restricted access to tlbstate. Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200503103107.3419-1-bp@alien8.de
Diffstat (limited to 'arch/x86/events')
0 files changed, 0 insertions, 0 deletions