]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_list
authorDaniel Axtens <dja@axtens.net>
Sun, 5 Jul 2015 23:40:34 +0000 (09:40 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 6 Jul 2015 10:24:36 +0000 (20:24 +1000)
commitebdb6aee6b0798b1c43d2702c198638fa060a97a
tree2bd487b28fe64b1f544115309a9a37b0148058d9
parentda911e724545c0641912fbc8952c408f04c68285
powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_list

An earlier commit referenced 'hose_list' in sysdev/ppc4xx_hsta_msi.c.
hose_list is defined in ppc-pci.h, which was not included in that
file. Include it, fixing the build for the akebono defconfig used
by the kbuild test robot.

Fixes: 86071171e047 ("powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_ops")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/sysdev/ppc4xx_hsta_msi.c