]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 8911/1: move pcibios_report_status to <asm/pci.h>
authorBen Dooks <ben-linux@fluff.org>
Mon, 7 Oct 2019 13:56:09 +0000 (14:56 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sun, 27 Oct 2019 21:14:40 +0000 (21:14 +0000)
commit6b3bc5d26228c358d30789e7c143c51ebdb18203
tree436288e49709016df3b2caf7602668a672cab943
parentca951227dc1886a8e27b64fb323b39d97f4ca949
ARM: 8911/1: move pcibios_report_status to <asm/pci.h>

Move the pcibios_report_status to <asm/pci.h> include to remove the
following sparse warning and to remove the extra definition in the
footbrdige dc21285.c driver:

arch/arm/kernel/bios32.c:59:6: warning: symbol 'pcibios_report_status' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/include/asm/pci.h
arch/arm/mach-footbridge/dc21285.c