From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756118AbcCOLGZ (ORCPT ); Tue, 15 Mar 2016 07:06:25 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:56169 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755468AbcCOLGL (ORCPT ); Tue, 15 Mar 2016 07:06:11 -0400 From: Joao Pinto To: helgaas@kernel.org Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org, Vineet.Gupta1@synopsys.com, Alexey.Brodkin@synopsys.com, Joao Pinto Subject: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h Date: Tue, 15 Mar 2016 11:06:02 +0000 Message-Id: X-Mailer: git-send-email 1.8.1.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org While building linux-next the test robot detected that the pci.h was including two removed header files (pci-dma-compat.h and pci-bridge.h) causing the process to fail: http://lists.infradead.org/pipermail/linux-snps-arc/2016-March/000711.html This patch has the goal to fix the build problem. Signed-off-by: Joao Pinto --- arch/arc/include/asm/pci.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arc/include/asm/pci.h b/arch/arc/include/asm/pci.h index 2f2011c..ba56c23 100644 --- a/arch/arc/include/asm/pci.h +++ b/arch/arc/include/asm/pci.h @@ -10,9 +10,6 @@ #define _ASM_ARC_PCI_H #ifdef __KERNEL__ -#include -#include - #include #define PCIBIOS_MIN_IO 0x100 -- 1.8.1.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joao.Pinto@synopsys.com (Joao Pinto) Date: Tue, 15 Mar 2016 11:06:02 +0000 Subject: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h List-ID: Message-ID: To: linux-snps-arc@lists.infradead.org While building linux-next the test robot detected that the pci.h was including two removed header files (pci-dma-compat.h and pci-bridge.h) causing the process to fail: http://lists.infradead.org/pipermail/linux-snps-arc/2016-March/000711.html This patch has the goal to fix the build problem. Signed-off-by: Joao Pinto --- arch/arc/include/asm/pci.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/arc/include/asm/pci.h b/arch/arc/include/asm/pci.h index 2f2011c..ba56c23 100644 --- a/arch/arc/include/asm/pci.h +++ b/arch/arc/include/asm/pci.h @@ -10,9 +10,6 @@ #define _ASM_ARC_PCI_H #ifdef __KERNEL__ -#include -#include - #include #define PCIBIOS_MIN_IO 0x100 -- 1.8.1.5