From patchwork Tue Mar 15 11:06:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joao Pinto X-Patchwork-Id: 597456 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3qPWyn3HxDz9sds for ; Tue, 15 Mar 2016 22:06:41 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755964AbcCOLGR (ORCPT ); Tue, 15 Mar 2016 07:06:17 -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 Received: from dc8secmta2.synopsys.com (dc8secmta2.synopsys.com [10.13.218.202]) by smtprelay.synopsys.com (Postfix) with ESMTP id 6168E10C1255; Tue, 15 Mar 2016 04:06:10 -0700 (PDT) Received: from dc8secmta2.internal.synopsys.com (dc8secmta2.internal.synopsys.com [127.0.0.1]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id 5241DA4112; Tue, 15 Mar 2016 04:06:10 -0700 (PDT) Received: from mailhost.synopsys.com (mailhost1.synopsys.com [10.12.238.239]) by dc8secmta2.internal.synopsys.com (Service) with ESMTP id 2C312A4102; Tue, 15 Mar 2016 04:06:10 -0700 (PDT) Received: from mailhost.synopsys.com (localhost [127.0.0.1]) by mailhost.synopsys.com (Postfix) with ESMTP id 163F9C97; Tue, 15 Mar 2016 04:06:10 -0700 (PDT) Received: from jppCent.internal.synopsys.com (jppcent.internal.synopsys.com [10.107.19.137]) by mailhost.synopsys.com (Postfix) with ESMTP id 2F6A1C93; Tue, 15 Mar 2016 04:06:05 -0700 (PDT) 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-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@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 Acked-by: Vineet Gupta --- 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