From: Benjamin Thiel Date: Thu, 23 Jan 2020 13:30:51 +0000 (+0100) Subject: x86/iopl: Include prototype header for ksys_ioperm() X-Git-Tag: Ubuntu-5.13.0-19.19~6392^2~13 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cdcb58cc05ed9a7f74509a023762488c111cdfb3;p=mirror_ubuntu-jammy-kernel.git x86/iopl: Include prototype header for ksys_ioperm() .. in order to fix a -Wmissing-prototype warning. No functional change. Signed-off-by: Benjamin Thiel Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/20200123133051.5974-1-b.thiel@posteo.de --- diff --git a/arch/x86/kernel/ioport.c b/arch/x86/kernel/ioport.c index 8abeee0dd7bf..a53e7b4a7419 100644 --- a/arch/x86/kernel/ioport.c +++ b/arch/x86/kernel/ioport.c @@ -13,6 +13,7 @@ #include #include +#include #ifdef CONFIG_X86_IOPL_IOPERM