Skip to content

Commit cdcb58c

Browse files
Benjamin Thielsuryasaimadhu
authored andcommitted
x86/iopl: Include prototype header for ksys_ioperm()
.. in order to fix a -Wmissing-prototype warning. No functional change. Signed-off-by: Benjamin Thiel <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 4d1d097 commit cdcb58c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/kernel/ioport.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include <asm/io_bitmap.h>
1515
#include <asm/desc.h>
16+
#include <asm/syscalls.h>
1617

1718
#ifdef CONFIG_X86_IOPL_IOPERM
1819

0 commit comments

Comments
 (0)