Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5891835ybv; Wed, 12 Feb 2020 02:09:03 -0800 (PST) X-Google-Smtp-Source: APXvYqzePouzbDM/a1ptEplfVjwviXLpGZoTlIfA8J9w51dDBn7jJ8pMQCuQqoX+mjGpQROcoRHk X-Received: by 2002:a54:4006:: with SMTP id x6mr5717873oie.145.1581502142943; Wed, 12 Feb 2020 02:09:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502142; cv=none; d=google.com; s=arc-20160816; b=qHusnCksuVDc2FIpeVHHqkYsD1xURKgbhCG8IUjIC4sVbIKI5MuhauiP/71yGjJlP+ uiKKLOFqyBqxonO6BJXe3thUHlfA/hKUSWCbAtORDFnCFWH7UiDu8S0wUZeFdBscQJ3c gs5TrA/td6GrJMrNqf87jNdBm2c12/np77DW7+w+tWDRUlFYmDzioEimerHl70y9MAJc 2McO+2K5iLvXVPZ8a9TVuIzL9sADJc0YkmsgMxFJQ22ZbolDvUknEFSG31Ku4LYVzD74 8zyt5DSsUb8J+vLs4DKFFK0JcX2UPATE/NNrxSUGrkzys4JTtY3f3dbK02NHI8f0wkux AzQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=rjYcRyJvMbmEe55JWmKbGg+zO74yBQwEFe6yQbpGykw=; b=kk3nepy1id8do7An4RX50fDC4SpbSRh+LPjpPPfFRWlkN2EyofX13tUKsKatd4JsDN prtNR//fcUtnrSF0szukXpOL2w0oW2vFWLuZma6X5czNEEzK4e2O3imPBaALq2XlwRdw /BpgPNjl7oiAdC8nlpMBx1p5Rm1Y2j9C+Nm5eXX4LYx7Hlcz/dgjl0aEMF5RomWptzak 6VYVgBYzkaokl9AexUlyiA9qPCqWJNAenZxVP4ccOvLm8a8YvOxS+i6REVP+GeOyav33 PQE+LWvu8HrlvnUcyWac0fo1VwdILRWflvmZ80n1lgw03+hpgICd1v9WWd2MyQnQufVI yvCg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b126si3196976oii.72.2020.02.12.02.08.50; Wed, 12 Feb 2020 02:09:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729047AbgBLKIk (ORCPT + 99 others); Wed, 12 Feb 2020 05:08:40 -0500 Received: from michel.telenet-ops.be ([195.130.137.88]:58936 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729029AbgBLKIk (ORCPT ); Wed, 12 Feb 2020 05:08:40 -0500 Received: from ramsan ([84.195.182.253]) by michel.telenet-ops.be with bizsmtp id 1m8Y2200d5USYZQ06m8Yve; Wed, 12 Feb 2020 11:08:38 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1owa-0001EZ-NT; Wed, 12 Feb 2020 11:08:32 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1owa-0000MO-L2; Wed, 12 Feb 2020 11:08:32 +0100 From: Geert Uytterhoeven To: Russell King , Matthias Brugger , Lubomir Rintel , Heiko Stuebner , Magnus Damm , Maxime Ripard , Chen-Yu Tsai , Michal Simek Cc: linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 4/7] ARM: rockchip: Replace by Date: Wed, 12 Feb 2020 11:08:27 +0100 Message-Id: <20200212100830.446-5-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200212100830.446-1-geert+renesas@glider.be> References: <20200212100830.446-1-geert+renesas@glider.be> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Rockchip platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include instead of . Signed-off-by: Geert Uytterhoeven --- arch/arm/mach-rockchip/rockchip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-rockchip/rockchip.c b/arch/arm/mach-rockchip/rockchip.c index f9797a2b5d0d5558..beea4564eed4037e 100644 --- a/arch/arm/mach-rockchip/rockchip.c +++ b/arch/arm/mach-rockchip/rockchip.c @@ -9,9 +9,9 @@ #include #include #include +#include #include #include -#include #include #include #include -- 2.17.1