]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc/32: Add a missing include header
authorMathieu Malaterre <malat@debian.org>
Thu, 22 Mar 2018 20:20:03 +0000 (21:20 +0100)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 1 Mar 2019 13:20:38 +0000 (14:20 +0100)
commit40b2a78f17f750911a57ca976b033d01ca790f38
tree9750105f8f14fb3ce1a24397d9a7d4dd4014ab19
parentb6fe6cf615a4aaf574709f656b18bdb19be1ce4f
powerpc/32: Add a missing include header

BugLink: http://bugs.launchpad.net/bugs/1815234
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/powerpc/kernel/pci_32.c