From: Mathieu Malaterre Date: Thu, 22 Mar 2018 20:20:03 +0000 (+0100) Subject: powerpc/32: Add a missing include header X-Git-Tag: v4.18-rc1~108^2~129 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c89ca593220931c150cffda24b4d4ccf82f13fc8;p=linux.git powerpc/32: Add a missing include header The header file was missing from the includes. Fix the following warning, treated as error with W=1: arch/powerpc/kernel/pci_32.c:286:6: error: no previous prototype for ‘sys_pciconfig_iobase’ [-Werror=missing-prototypes] Signed-off-by: Mathieu Malaterre Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/kernel/pci_32.c b/arch/powerpc/kernel/pci_32.c index af36e46c3ed6..d63b488d34d7 100644 --- a/arch/powerpc/kernel/pci_32.c +++ b/arch/powerpc/kernel/pci_32.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include