From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753554AbdFVQwc (ORCPT ); Thu, 22 Jun 2017 12:52:32 -0400 Received: from terminus.zytor.com ([65.50.211.136]:46967 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbdFVQwa (ORCPT ); Thu, 22 Jun 2017 12:52:30 -0400 Date: Thu, 22 Jun 2017 09:46:52 -0700 From: tip-bot for Thomas Gleixner Message-ID: Cc: tglx@linutronix.de, mingo@kernel.org, axboe@kernel.dk, mpe@ellerman.id.au, peterz@infradead.org, marc.zyngier@arm.com, hpa@zytor.com, hch@lst.de, linux-kernel@vger.kernel.org, keith.busch@intel.com Reply-To: hch@lst.de, keith.busch@intel.com, linux-kernel@vger.kernel.org, marc.zyngier@arm.com, hpa@zytor.com, peterz@infradead.org, mpe@ellerman.id.au, mingo@kernel.org, axboe@kernel.dk, tglx@linutronix.de In-Reply-To: <20170619235444.221049665@linutronix.de> References: <20170619235444.221049665@linutronix.de> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/core] x86/msi: Remove unused remap irq domain interface Git-Commit-ID: 0323b9690448e1d1ada91dac9d8fa62f7285751a X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 0323b9690448e1d1ada91dac9d8fa62f7285751a Gitweb: http://git.kernel.org/tip/0323b9690448e1d1ada91dac9d8fa62f7285751a Author: Thomas Gleixner AuthorDate: Tue, 20 Jun 2017 01:37:13 +0200 Committer: Thomas Gleixner CommitDate: Thu, 22 Jun 2017 18:21:11 +0200 x86/msi: Remove unused remap irq domain interface Signed-off-by: Thomas Gleixner Cc: Jens Axboe Cc: Marc Zyngier Cc: Michael Ellerman Cc: Keith Busch Cc: Peter Zijlstra Cc: Christoph Hellwig Link: http://lkml.kernel.org/r/20170619235444.221049665@linutronix.de --- arch/x86/include/asm/irq_remapping.h | 1 - arch/x86/kernel/apic/msi.c | 6 ------ 2 files changed, 7 deletions(-) diff --git a/arch/x86/include/asm/irq_remapping.h b/arch/x86/include/asm/irq_remapping.h index 0398675..023b4a9 100644 --- a/arch/x86/include/asm/irq_remapping.h +++ b/arch/x86/include/asm/irq_remapping.h @@ -55,7 +55,6 @@ extern struct irq_domain * irq_remapping_get_irq_domain(struct irq_alloc_info *info); /* Create PCI MSI/MSIx irqdomain, use @parent as the parent irqdomain. */ -extern struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent); extern struct irq_domain * arch_create_remap_msi_irq_domain(struct irq_domain *par, const char *n, int id); diff --git a/arch/x86/kernel/apic/msi.c b/arch/x86/kernel/apic/msi.c index 0e6618e..d79dc2a 100644 --- a/arch/x86/kernel/apic/msi.c +++ b/arch/x86/kernel/apic/msi.c @@ -180,12 +180,6 @@ struct irq_domain *arch_create_remap_msi_irq_domain(struct irq_domain *parent, irq_domain_free_fwnode(fn); return d; } - -struct irq_domain *arch_create_msi_irq_domain(struct irq_domain *parent) -{ - return pci_msi_create_irq_domain(NULL, &pci_msi_ir_domain_info, parent); -} - #endif #ifdef CONFIG_DMAR_TABLE