From patchwork Fri Aug 8 23:17:13 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suravee Suthikulpanit X-Patchwork-Id: 378695 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 A0A3914011D for ; Sat, 9 Aug 2014 09:20:16 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbaHHXUO (ORCPT ); Fri, 8 Aug 2014 19:20:14 -0400 Received: from [207.46.163.183] ([207.46.163.183]:24015 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751520AbaHHXUM (ORCPT ); Fri, 8 Aug 2014 19:20:12 -0400 Received: from BN1PR02CA0017.namprd02.prod.outlook.com (10.141.56.17) by BY2PR02MB044.namprd02.prod.outlook.com (10.242.44.27) with Microsoft SMTP Server (TLS) id 15.0.1005.10; Fri, 8 Aug 2014 23:17:34 +0000 Received: from BN1AFFO11FD047.protection.gbl (2a01:111:f400:7c10::130) by BN1PR02CA0017.outlook.office365.com (2a01:111:e400:2a::17) with Microsoft SMTP Server (TLS) id 15.0.1005.10 via Frontend Transport; Fri, 8 Aug 2014 23:17:34 +0000 Received: from atltwp02.amd.com (165.204.84.222) by BN1AFFO11FD047.mail.protection.outlook.com (10.58.53.62) with Microsoft SMTP Server id 15.0.990.10 via Frontend Transport; Fri, 8 Aug 2014 23:17:34 +0000 X-WSS-ID: 0NA0GP7-08-MJF-02 X-M-MSG: Received: from satlvexedge02.amd.com (satlvexedge02.amd.com [10.177.96.29]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by atltwp02.amd.com (Axway MailGate 5.3.1) with ESMTPS id 23AD8D16035; Fri, 8 Aug 2014 18:17:30 -0500 (CDT) Received: from SATLEXDAG03.amd.com (10.181.40.7) by SATLVEXEDGE02.amd.com (10.177.96.29) with Microsoft SMTP Server (TLS) id 14.2.328.9; Fri, 8 Aug 2014 18:18:01 -0500 Received: from ssuthiku-fedora-lt.amd.com (10.180.168.240) by satlexdag03.amd.com (10.181.40.7) with Microsoft SMTP Server id 14.2.328.9; Fri, 8 Aug 2014 19:17:31 -0400 From: To: , , CC: , , , , , , , , , , Suravee Suthikulpanit , Mark Rutland , "Marc Zyngier" Subject: [PATCH 1/4] irqchip: gic-v2m: Remove irq-gic-v2m.h file Date: Fri, 8 Aug 2014 18:17:13 -0500 Message-ID: <1407539836-9768-2-git-send-email-suravee.suthikulpanit@amd.com> X-Mailer: git-send-email 1.9.0 In-Reply-To: <1407539836-9768-1-git-send-email-suravee.suthikulpanit@amd.com> References: <1407539836-9768-1-git-send-email-suravee.suthikulpanit@amd.com> MIME-Version: 1.0 X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:165.204.84.222; CTRY:US; IPV:NLI; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10019004)(6009001)(428002)(189002)(199002)(102836001)(62966002)(48376002)(95666004)(106466001)(97736001)(229853001)(105586002)(87286001)(50986999)(53416004)(76176999)(76482001)(107046002)(33646002)(81342001)(101416001)(50466002)(81542001)(50226001)(68736004)(4396001)(2201001)(92566001)(92726001)(85852003)(83072002)(46102001)(86362001)(93916002)(104166001)(77156001)(64706001)(80022001)(85306004)(36756003)(86152002)(47776003)(20776003)(87936001)(74662001)(77982001)(99396002)(44976005)(31966008)(74502001)(21056001)(89996001)(83322001)(77096002)(79102001)(88136002)(84676001)(19580405001)(19580395003); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2PR02MB044; H:atltwp02.amd.com; FPR:; MLV:sfv; PTR:InfoDomainNonexistent; MX:1; LANG:en; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;UriScan:; X-Forefront-PRVS: 02973C87BC Received-SPF: None (protection.outlook.com: amd.com does not designate permitted sender hosts) Authentication-Results: spf=none (sender IP is 165.204.84.222) smtp.mailfrom=Suravee.Suthikulpanit@amd.com; X-OriginatorOrg: amd4.onmicrosoft.com Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org From: Suravee Suthikulpanit Remove irq-gic-v2m.h file which is no longer used Signed-off-by: Suravee Suthikulpanit Cc: Mark Rutland Cc: Marc Zyngier Cc: Jason Cooper --- drivers/irqchip/irq-gic-v2m.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/drivers/irqchip/irq-gic-v2m.h b/drivers/irqchip/irq-gic-v2m.h index 2d93a87..e69de29 100644 --- a/drivers/irqchip/irq-gic-v2m.h +++ b/drivers/irqchip/irq-gic-v2m.h @@ -1,13 +0,0 @@ -#ifndef _IRQ_GIC_V2M_H_ -#define _IRQ_GIC_V2M_H_ - -struct v2m_data { - spinlock_t msi_cnt_lock; - struct resource res; /* GICv2m resource */ - void __iomem *base; /* GICv2m virt address */ - unsigned int spi_start; /* The SPI number that MSIs start */ - unsigned int nr_spis; /* The number of SPIs for MSIs */ - unsigned long *bm; /* MSI vector bitmap */ -}; - -#endif /*_IRQ_GIC_V2M_H_*/