Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752731AbbKAPXN (ORCPT ); Sun, 1 Nov 2015 10:23:13 -0500 Received: from ozlabs.org ([103.22.144.67]:57083 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751999AbbKAPXL (ORCPT ); Sun, 1 Nov 2015 10:23:11 -0500 Date: Mon, 2 Nov 2015 02:23:07 +1100 From: Stephen Rothwell To: Bjorn Helgaas Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Ley Foon Tan Subject: linux-next: build failure after merge of the pci tree Message-ID: <20151102022307.774bde2c@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1410 Lines: 47 Hi Bjorn, After merging the pci tree, today's linux-next build (powerpc allyesconfig) failed like this: In file included from include/linux/kvm_host.h:20:0, from arch/powerpc/kernel/asm-offsets.c:54: include/linux/msi.h:174:21: fatal error: asm/msi.h: No such file or directory Caused by commit f19eafec930f ("PCI: altera: Add Altera PCIe MSI driver") I have disabled that driver for today: From: Stephen Rothwell Date: Mon, 2 Nov 2015 02:12:54 +1100 Subject: [PATCH] PCI: altera: disable MSI driver for now Signed-off-by: Stephen Rothwell --- drivers/pci/host/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 2af0571356e8..7a31ebbc4379 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -158,6 +158,7 @@ config PCIE_ALTERA config PCIE_ALTERA_MSI bool "Altera PCIe MSI feature" depends on PCI_MSI + depends on BROKEN select PCI_MSI_IRQ_DOMAIN help Say Y here if you want PCIe MSI support for the Altera FPGA. -- 2.6.1 -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/