powerpc/32: Add a missing include header
authorMathieu Malaterre <malat@debian.org>
Thu, 22 Mar 2018 20:20:03 +0000 (21:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Aug 2018 05:55:18 +0000 (07:55 +0200)
commitecd04c80fa32f7f111f676ab062bb621367cbf26
treea02e69a719d623c3e0eca3897c08146f47b0301f
parentcf619559ec8232f94e40062231b27f9cb8d876f2
powerpc/32: Add a missing include header

[ Upstream commit c89ca593220931c150cffda24b4d4ccf82f13fc8 ]

The header file <linux/syscalls.h> 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 <malat@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/kernel/pci_32.c