From patchwork Wed Mar 29 15:52:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 13192763 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 48910C6FD18 for ; Wed, 29 Mar 2023 15:53:11 +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:Cc:To:In-Reply-To:References:Message-Id :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DPtIGX2/pANyEfIZNQsXY+3FVWJvG6t4KXWzi2Km/yM=; b=hfErzj2PjTfSkl +LH5DjZodtrbRWiW8ssZ5xlrh2vsFk6c6gZzIlGoiiTjvF1gs3xgpN20Yup061Ug2GcZCuXtpZ7LA +cLowUCkY9VVFrOWk4sW/+7p1EfH1IUkLG4A2BRZVXECmV2tDJ1KYUhS7SFzB/rkNqHLhAeBxjzMp SLpHlQww55tGtOfNx7De3mEltgmNva982dk0apa2Qt+VRO5Gqla7riEp5CRm9jdaR4swCxhzKRyY7 sLBTRAJ0w89Wtd2sfG2YKRDWOarw5pobDWN6w6sJe6Z64Yx+OR9zxVnMumwfxQIdgOylwE/EZnUyN SVKH0Tbvz1eygSifJMcg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1phY6g-000sZ3-2S; Wed, 29 Mar 2023 15:53:02 +0000 Received: from mail-oi1-f177.google.com ([209.85.167.177]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1phY6a-000sTk-24; Wed, 29 Mar 2023 15:52:57 +0000 Received: by mail-oi1-f177.google.com with SMTP id b19so11913537oib.7; Wed, 29 Mar 2023 08:52:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680105174; h=cc:to:in-reply-to:references:message-id:content-transfer-encoding :mime-version:subject:date:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/yItqnZ9vRLGQesakQq7xospJXeaAueRctcAXfNX28w=; b=O9eII/5Hb+w7PW/wyFk9Kvx5yJJSnEUJ6uaSEsZQiTSvO/d72mfd0JdvDhrmAI0S2k +uboKDWZBOTU3WPZpsU6npokapASdkLc2pajbdiHlItWiMD2nzlOw3Fw8uGAoyWohM6y VBH/vOvAuXFNHCBKhwKHpS8cEIvs0s+nAUkKbkEaQHt9GZQmYtVbZEj+agHIJWw21JoZ uK14cm0m2XAEjmpbjdHjuPCYT/BamjaQ/4jERTOeVTOAcTDdV9Ov9RK0kWNvvq/pntIV MryqA5WTf2TYReb7K8sbzF/3uwLBQIjxwSCmS1TRlKsDCTwQAFrbaQctBeeHWjr5sjeY mH6A== X-Gm-Message-State: AO0yUKWessEIJ5DGDa+jnNu2bCU0wYgALxmOOPFOkCQ44+aqen5i6X18 LKc3pVOdu5KDou6nCyFrow== X-Google-Smtp-Source: AK7set8VenL+CVecLJkZQ+2YD6HECaZWNdDHKrwGAWt0Tn+DIRoRNNZ1eYx2LdRkWm+8wMeNY2nxyA== X-Received: by 2002:aca:1c07:0:b0:386:9dba:4571 with SMTP id c7-20020aca1c07000000b003869dba4571mr8390718oic.25.1680105174043; Wed, 29 Mar 2023 08:52:54 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id q132-20020acac08a000000b0037fa035f4f3sm13719284oif.53.2023.03.29.08.52.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Mar 2023 08:52:53 -0700 (PDT) Received: (nullmailer pid 3198099 invoked by uid 1000); Wed, 29 Mar 2023 15:52:45 -0000 From: Rob Herring Date: Wed, 29 Mar 2023 10:52:16 -0500 Subject: [PATCH 19/19] of: Drop cpu.h include from of_device.h MIME-Version: 1.0 Message-Id: <20230329-dt-cpu-header-cleanups-v1-19-581e2605fe47@kernel.org> References: <20230329-dt-cpu-header-cleanups-v1-0-581e2605fe47@kernel.org> In-Reply-To: <20230329-dt-cpu-header-cleanups-v1-0-581e2605fe47@kernel.org> To: "David S. Miller" , Rob Herring , Frank Rowand , Russell King , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Paul Walmsley , Palmer Dabbelt , Albert Ou , Greg Kroah-Hartman , "Rafael J. Wysocki" , Daniel Lezcano , Thomas Gleixner , Amit Daniel Kachhap , Viresh Kumar , Lukasz Luba , Amit Kucheria , Zhang Rui , Matthias Brugger , AngeloGioacchino Del Regno , Michael Ellerman , Nicholas Piggin , Christophe Leroy , Thierry Reding , Jonathan Hunter , Yangtao Li , Lorenzo Pieralisi , Sudeep Holla , Andy Gross , Bjorn Andersson , Konrad Dybcio , Anup Patel , Huacai Chen , Jiaxun Yang , Marc Zyngier , Viresh Kumar , Nishanth Menon , Stephen Boyd Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-riscv@lists.infradead.org, linux-pm@vger.kernel.org, linux-mediatek@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-tegra@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-mips@vger.kernel.org X-Mailer: b4 0.13-dev X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230329_085256_692414_6C4A3FB4 X-CRM114-Status: GOOD ( 12.19 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Now that all users which had an implicit dependency on cpu.h have been fixed. the cpu.h include can be dropped from of_device.h Signed-off-by: Rob Herring --- include/linux/of_device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/of_device.h b/include/linux/of_device.h index 5cdafe19dc80..7ac9a8ae9c80 100644 --- a/include/linux/of_device.h +++ b/include/linux/of_device.h @@ -2,7 +2,6 @@ #ifndef _LINUX_OF_DEVICE_H #define _LINUX_OF_DEVICE_H -#include #include #include /* temporary until merge */