From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dfw.source.kernel.org (dfw.source.kernel.org. [139.178.84.217]) by gmr-mx.google.com with ESMTPS id o19si1625848wme.2.2021.11.27.04.19.45 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 27 Nov 2021 04:19:46 -0800 (PST) Date: Sat, 27 Nov 2021 13:19:41 +0100 From: Greg Kroah-Hartman Subject: Re: [patch 01/32] genirq/msi: Move descriptor list to struct msi_device_data Message-ID: References: <20211126230957.239391799@linutronix.de> <20211126232734.349989857@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211126232734.349989857@linutronix.de> To: Thomas Gleixner Cc: LKML , Bjorn Helgaas , Marc Zygnier , Alex Williamson , Kevin Tian , Jason Gunthorpe , Megha Dey , Ashok Raj , linux-pci@vger.kernel.org, linux-s390@vger.kernel.org, Heiko Carstens , Christian Borntraeger , Jon Mason , Dave Jiang , Allen Hubbe , linux-ntb@googlegroups.com List-ID: On Sat, Nov 27, 2021 at 02:22:29AM +0100, Thomas Gleixner wrote: > It's only required when MSI is in use. > > Signed-off-by: Thomas Gleixner > --- > drivers/base/core.c | 3 --- > include/linux/device.h | 4 ---- > include/linux/msi.h | 4 +++- > kernel/irq/msi.c | 5 ++++- > 4 files changed, 7 insertions(+), 9 deletions(-) Reviewed-by: Greg Kroah-Hartman