From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A47813FC2 for ; Mon, 14 Nov 2022 11:01:47 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 82EFF23A; Mon, 14 Nov 2022 03:01:53 -0800 (PST) Received: from [10.57.70.90] (unknown [10.57.70.90]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 53BF73F73D; Mon, 14 Nov 2022 03:01:46 -0800 (PST) Message-ID: <62dbd28e-0024-b506-ed7d-11200f08a1ed@arm.com> Date: Mon, 14 Nov 2022 11:01:41 +0000 Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [patch 10/10] iommu/of: Remove linux/msi.h include Content-Language: en-GB To: Thomas Gleixner , LKML Cc: Marc Zyngier , Joerg Roedel , Will Deacon , iommu@lists.linux.dev References: <20221113201935.776707081@linutronix.de> <20221113202428.889624434@linutronix.de> From: Robin Murphy In-Reply-To: <20221113202428.889624434@linutronix.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2022-11-13 20:34, Thomas Gleixner wrote: > Nothing in this file needs anything from linux/msi.h Indeed, looks like it was part of a mechanical conversion and never actually needed. Acked-by: Robin Murphy > Signed-off-by: Thomas Gleixner > Cc: Joerg Roedel > Cc: Will Deacon > Cc: Robin Murphy > Cc: iommu@lists.linux.dev > --- > drivers/iommu/of_iommu.c | 1 - > 1 file changed, 1 deletion(-) > > --- a/drivers/iommu/of_iommu.c > +++ b/drivers/iommu/of_iommu.c > @@ -9,7 +9,6 @@ > #include > #include > #include > -#include > #include > #include > #include >