Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756219AbcCOOYK (ORCPT ); Tue, 15 Mar 2016 10:24:10 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:59258 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754889AbcCOOYH (ORCPT ); Tue, 15 Mar 2016 10:24:07 -0400 Subject: Re: [PATCH] Remove the inclusion of pci-bridge.h and pci-dma-compat.h To: Bjorn Helgaas , Joao Pinto References: <20160315135127.GC19974@localhost> CC: , , , , From: Joao Pinto Message-ID: <56E81B01.3010400@synopsys.com> Date: Tue, 15 Mar 2016 14:24:01 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160315135127.GC19974@localhost> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.13.184.19] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1359 Lines: 42 No problem! Thanks! On 3/15/2016 1:51 PM, Bjorn Helgaas wrote: > On Tue, Mar 15, 2016 at 11:06:02AM +0000, Joao Pinto wrote: >> 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 > > Thanks, Joao, I folded this fix into the original commit. I should have > caught this myself, since I'm the one who removed pci-bridge.h. > >> --- >> 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 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html