From: Daniel Axtens Date: Sun, 5 Jul 2015 23:40:34 +0000 (+1000) Subject: powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_list X-Git-Tag: v4.2-rc2~17^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aaf6fd5c75eb4aa734ec2062deab371633c3655f;p=platform%2Fkernel%2Flinux-exynos.git 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: f2c800aaceb6 ("powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_ops") Reported-by: kbuild test robot Signed-off-by: Daniel Axtens Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c index 2bc33674ebfc..87f9623ca805 100644 --- a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c +++ b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c @@ -18,6 +18,7 @@ #include #include #include +#include struct ppc4xx_hsta_msi { struct device *dev;