From patchwork Mon Nov 21 14:40:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Gleixner X-Patchwork-Id: 13051233 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 498DAC433FE for ; Mon, 21 Nov 2022 15:01:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Date:MIME-Version:References:Subject:Cc :To:From:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: List-Owner; bh=yQS0Mno8FFq4qVBpFC5HRkev62PelKTvfhY5d6Yy6bQ=; b=vay5mvqAmuwCrq xQ9ujHtsofz1nnYf5D/3VQhY2YrxbooruDWRvuQ5CyxXwfLiy9FWHR52wH5GOjDNp6qHrsxNTexZi 2V6O68E5wJGqO3Kx/4ZBKzYEMM8SPtfvWbSO3COD9m+xJXXempX5wJC927rTcUxD+QsKO8aQ/ea6x c5ks/EXfMpfxrJcdEb9ESQl51wt1JuLgK/V+RcaaFOyeznaNgaVO4ZLGXEvueQY1/g+Vr8tDZkVXk dDiokor4d47eezBbMiff4WZbAv6Z3t7tx9WawbqmY22nTmre0yNYOso/+rP/G0X707ddNoYsZqsHb UOoAwH//Hx1WbYsohd3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox8H6-00EwUX-0F; Mon, 21 Nov 2022 14:59:56 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ox7xt-00Eius-3o for linux-arm-kernel@lists.infradead.org; Mon, 21 Nov 2022 14:40:06 +0000 Message-ID: <20221121140050.068862518@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669041603; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=rOGH2uTdH3rpdejv2KcowoAdUUfZ4dmd83F9d2EYah8=; b=kp4D3GKb7nU6F1yg6NwswGLXCMErUu2j1z5Yc8FR/7vA0SvAzwQoxLZs6iE000Xe7IwbqO Jn4YSyaYAhfChXhmhvc1j7nPOiLEcDbA2nzonaoP3uwBDJpV7xS6gtXfPsjDZLts32LReO PUSvbaylss4TVKeVci0EhDE8Zip5GYW0j1p3BBPusjKhFWo8lZzF+5gLkiijziWvxmG1yX 8Hn0xrsFP7ZvcXQ4fk+y/4QttVyGj7329Hr6lEoWvOCPWxQob3YrfpwJeXg8W5LSZF3pY4 bU0A+CW/UQJWoW8/HuDkjw+unDl6DxYP2lyO1JMMlbND/msVoJSHPqx6dtEmCQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669041603; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=rOGH2uTdH3rpdejv2KcowoAdUUfZ4dmd83F9d2EYah8=; b=e/+tc2UbfHnZ1FAklAgFRaCtCPIvd5ML0hFzARYV+CgyrI6Sts4Xv9QzbcPhFJRMGLsOvZ 7aLdCJD4KW4NWeAQ== From: Thomas Gleixner To: LKML Cc: Will Deacon , linux-pci@vger.kernel.org, Bjorn Helgaas , Lorenzo Pieralisi , Marc Zyngier , Greg Kroah-Hartman , Jason Gunthorpe , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Ammar Faizi , Robin Murphy , Lorenzo Pieralisi , Nishanth Menon , Tero Kristo , Santosh Shilimkar , linux-arm-kernel@lists.infradead.org, Vinod Koul , Sinan Kaya , Andy Gross , Bjorn Andersson , Mark Rutland , Shameerali Kolothum Thodi , Zenghui Yu , Shawn Guo , Sascha Hauer , Fabio Estevam Subject: [patch V2 28/40] genirq/msi: Remove platform_msi_create_device_domain() References: <20221121135653.208611233@linutronix.de> MIME-Version: 1.0 Date: Mon, 21 Nov 2022 15:40:03 +0100 (CET) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221121_064005_381311_49466CE2 X-CRM114-Status: UNSURE ( 7.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org No more users. Signed-off-by: Thomas Gleixner --- include/linux/msi.h | 2 -- 1 file changed, 2 deletions(-) --- a/include/linux/msi.h +++ b/include/linux/msi.h @@ -646,8 +646,6 @@ struct irq_domain * const struct irq_domain_ops *ops, void *host_data); -#define platform_msi_create_device_domain(dev, nvec, write, ops, data) \ - __platform_msi_create_device_domain(dev, nvec, false, write, ops, data) #define platform_msi_create_device_tree_domain(dev, nvec, write, ops, data) \ __platform_msi_create_device_domain(dev, nvec, true, write, ops, data)