Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5892508ybv; Wed, 12 Feb 2020 02:09:44 -0800 (PST) X-Google-Smtp-Source: APXvYqyPIXYiyr2MAmPo6EIBPMrZFql+JrB52c5GpftqiMXBcBzI/KrCjY7HojKGDJFuGtAVWoRS X-Received: by 2002:a9d:784b:: with SMTP id c11mr8246401otm.246.1581502184306; Wed, 12 Feb 2020 02:09:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502184; cv=none; d=google.com; s=arc-20160816; b=nkrefAVFGVAUg6xSyApThNDL7QE9JXGPlMoNgtrhGbX7ItLTM2Anv2arN6o0qRblCN JH2hjk52wdFCSNlJxEKNowlisSOPNMeNfRersTJtIyPrvuBDziYEVuJsJqO0YLBIc/1T mYlKFH5ASe16ka5C3G7nxWubEC47ootJkNY6WDxciZcUMAPkB2ocUDfUkA5sfgzh3msC EnHKW0lYyT4qf3al//2z65QRvXyiyXikX1++fSodGQfQS8qpDy5yr97xQrvKh+tOIq6f i2HVhpz9morRIsbCNW3f11Zs4+SZ32YVX3wPm8TVzNk249L2bHjuW4G6e75ruwKnred/ og0Q== 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=GWHGwGD/79GlXV3AI++jC4lE7Iu2yJ1g0CeC5Hzb6ks=; b=RKic2ar/5sRUepZqLeDte4YaHI0gd76KsvRlYSR5Wuy4+e1Gie9O5oyIdrQzgcaJmP uoKwAlatCLBpj478BHGd6pHUy2tGZ2XwjxBVVknWSYzDo27Q/14Htpj4Q5kSaClcGk2e CIDqwzHjP7aihThPTfm8rDt9gAWdMqiLTJNFAmFE6vdk+lka00QyTRiAqafggFOY2pBP nc5UxOlnfEF7NhW0dLSi3EJk01HNm+t8riJmm4S6og+2ZDQ+YOiTfhO5as7Isihfi5AU Zp0rKRvILMIX3dZISeNLUU1cDyxRIULW12zX2q7IP3RrwZkr91Xzo59dfe45PS5McTnv PO/Q== 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 y22si3314054oti.269.2020.02.12.02.09.32; Wed, 12 Feb 2020 02:09:44 -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 S1729058AbgBLKIl (ORCPT + 99 others); Wed, 12 Feb 2020 05:08:41 -0500 Received: from michel.telenet-ops.be ([195.130.137.88]:58938 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729025AbgBLKIk (ORCPT ); Wed, 12 Feb 2020 05:08:40 -0500 Received: from ramsan ([84.195.182.253]) by michel.telenet-ops.be with bizsmtp id 1m8Y2200f5USYZQ06m8Yvg; 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-0001Ef-QB; 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-0000Ml-OG; 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 6/7] ARM: sunxi: Replace by Date: Wed, 12 Feb 2020 11:08:29 +0100 Message-Id: <20200212100830.446-7-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 Allwinner 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-sunxi/sunxi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-sunxi/sunxi.c b/arch/arm/mach-sunxi/sunxi.c index 933b6930f024f03a..06da2747a90bc21d 100644 --- a/arch/arm/mach-sunxi/sunxi.c +++ b/arch/arm/mach-sunxi/sunxi.c @@ -10,9 +10,9 @@ * warranty of any kind, whether express or implied. */ -#include #include #include +#include #include #include -- 2.17.1