From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D83F1C4332F for ; Sun, 13 Nov 2022 20:35:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235580AbiKMUfA (ORCPT ); Sun, 13 Nov 2022 15:35:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235595AbiKMUe1 (ORCPT ); Sun, 13 Nov 2022 15:34:27 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B85913FA9 for ; Sun, 13 Nov 2022 12:34:12 -0800 (PST) Message-ID: <20221113202428.889624434@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1668371650; 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=YkMxMrabi+IajYRzCsrYeAzbu1EBQ4csF5+thdpPrds=; b=J+Ul5JWG32rrZBX71vu9MQW8iyU1A+9SCAkWtCfTKSPGDf20HxCFoECki/Hm9zpGUPSeAl aWzlBFkExgBh0YDjCpeZuar9sv8A5WFHtF3M20ntvQiLAK95EOEnaVVsFSoGWrr/M1/jCf YHe2STvK/Zdp7N50j90T6ZP27LeT6pqQf6hLWZZlqdiWKhtzdAWx4HKVzL9Vpa2bjw6AjC p3FEYRTnCQfgH5g/qPWRbZQFIr0/1y1HxptJg5haYwY50HncHEzkp/A0/YrJo+RrgCRAQ+ bnlnQ+ogZFRroPm6cldgVJk6qTNS0k43PhaowzDYCrBJsRrNjCdTpGY/XL5h9g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1668371650; 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=YkMxMrabi+IajYRzCsrYeAzbu1EBQ4csF5+thdpPrds=; b=gqQvycs9a0Zvj99YpeGgt7McPtJu5+1PmYs4bkA2uiefsEw+F5gfGn1pjCAQfnDlWVkTJ9 YdoYaXQasjSXncAw== From: Thomas Gleixner To: LKML Cc: Marc Zyngier , Joerg Roedel , Will Deacon , Robin Murphy , iommu@lists.linux.dev Subject: [patch 10/10] iommu/of: Remove linux/msi.h include References: <20221113201935.776707081@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Date: Sun, 13 Nov 2022 21:34:10 +0100 (CET) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nothing in this file needs anything from linux/msi.h 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