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: 597457 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (unknown [198.137.202.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qPX1K0hYSz9s8g for ; Tue, 15 Mar 2016 22:08:53 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1afmo6-0000pm-IC; Tue, 15 Mar 2016 11:06:34 +0000 Received: from us01smtprelay-2.synopsys.com ([198.182.60.111] helo=smtprelay.synopsys.com) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1afmo3-0000jf-Ni for linux-snps-arc@lists.infradead.org; Tue, 15 Mar 2016 11:06:32 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160315_040631_819032_54475E64 X-CRM114-Status: UNSURE ( 5.23 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.0 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [198.182.60.111 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [198.182.60.111 listed in wl.mailspike.net] -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: linux-snps-arc@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Linux on Synopsys ARC Processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Joao Pinto , linux-pci@vger.kernel.org, Vineet.Gupta1@synopsys.com, Alexey.Brodkin@synopsys.com, linux-kernel@vger.kernel.org, linux-snps-arc@lists.infradead.org MIME-Version: 1.0 Sender: "linux-snps-arc" Errors-To: linux-snps-arc-bounces+incoming=patchwork.ozlabs.org@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 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