* [PATCH] powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_list [not found] <201507050528.Bzp7B3rV%fengguang.wu@intel.com> @ 2015-07-05 23:40 ` Daniel Axtens 2015-07-07 10:38 ` Michael Ellerman 0 siblings, 1 reply; 2+ messages in thread From: Daniel Axtens @ 2015-07-05 23:40 UTC (permalink / raw) To: fengguang.wu; +Cc: mpe, benh, linuxppc-dev, Daniel Axtens 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 <fengguang.wu@intel.com> Signed-off-by: Daniel Axtens <dja@axtens.net> --- arch/powerpc/sysdev/ppc4xx_hsta_msi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c index 2bc3367..87f9623 100644 --- a/arch/powerpc/sysdev/ppc4xx_hsta_msi.c +++ b/arch/powerpc/sysdev/ppc4xx_hsta_msi.c @@ -18,6 +18,7 @@ #include <linux/pci.h> #include <linux/semaphore.h> #include <asm/msi_bitmap.h> +#include <asm/ppc-pci.h> struct ppc4xx_hsta_msi { struct device *dev; -- 2.1.4 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_list 2015-07-05 23:40 ` [PATCH] powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_list Daniel Axtens @ 2015-07-07 10:38 ` Michael Ellerman 0 siblings, 0 replies; 2+ messages in thread From: Michael Ellerman @ 2015-07-07 10:38 UTC (permalink / raw) To: Daniel Axtens, fengguang.wu; +Cc: linuxppc-dev, Daniel Axtens On Sun, 2015-05-07 at 23:40:34 UTC, Daniel Axtens wrote: > 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 <fengguang.wu@intel.com> > Signed-off-by: Daniel Axtens <dja@axtens.net> Applied to powerpc fixes, thanks. https://git.kernel.org/cgit/linux/kernel/git/powerpc/linux.git/commit/?h=fixes&id=aaf6fd5c75eb4aa734ec2062deab371633c3655f cheers ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-07 10:38 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <201507050528.Bzp7B3rV%fengguang.wu@intel.com> 2015-07-05 23:40 ` [PATCH] powerpc/ppc4xx_hsta_msi: Include ppc-pci.h to fix reference to hose_list Daniel Axtens 2015-07-07 10:38 ` Michael Ellerman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).