Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5898071ybv; Wed, 12 Feb 2020 02:16:17 -0800 (PST) X-Google-Smtp-Source: APXvYqxEBcXDy5XFnp0jg90ys+p29ZEhzA007Uxc9fwJGQGoPOgcULLgWaYDGHQx2fkcv6Xh5V5E X-Received: by 2002:aca:c646:: with SMTP id w67mr5504829oif.171.1581502577231; Wed, 12 Feb 2020 02:16:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502577; cv=none; d=google.com; s=arc-20160816; b=unot0Yb0gVngGdJP/BN9kbd6UelGPSyUrr77uh09nPCsoeTPe4l6QIReM0mZwpABZ6 83rW5XOQmj7Wd0Q+3xYskQEhfcALsMrWNEujFOdp09jra/zsTgryOavcgDmmMnxRs1R7 23JSjZK/Bf5Eg4ZTSZT8mY0B2WmWaGtSSG8AOrd/90h+EwhUTeBDiNllZnrQ/mt54/6U ZqrkgOgfeudCJUSZBpM/GrEV8RXz+A3pJhOCAGTvlOT1vaacFCfJEBrcq2M/8oCphqQY PrdlETC67HtGqiwjL76r17bXxjJcOi9CdtYm6jKm+qOfkAjg3Smw9bkrn9Rl5dJynlOA sSYg== 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=pwphadOZQ8bSjytKFnCbP4A4CZncx0BV46zZceiO810=; b=wS2UICo+hDwplXe+GICqdx0LARXZbzb4+SCMKGABpX3BQLHKpTLNUdSn2d1mZde3+w gt2rvyYoZ96LIKgSgSjDIBAcnfz3FVPkI8LxPX7GVg+8BEDmrz83NbY0x4YGLOR0nI5J lyrViqjiTcoYT+NN5WUGtqMiEdfzTT/9ZglTbwciM/JzRm2RGrEcQHUClwsKTjdVpMWh CZg7Y16MtZlRYO/dmqsVaJMlqoYyZ1Iij8karUvZzswv/7WNKQU3tLjEi3r4y8c7vIse 8vQIo81B5QPUR7xj6AyG+rznnGUwtj2zkBhmabIGxMfdZlo6yyzoeLAlLRZ7Vb9wamnm 0B6g== 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 t192si2913918oif.75.2020.02.12.02.16.04; Wed, 12 Feb 2020 02:16:17 -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 S1727691AbgBLKPy (ORCPT + 99 others); Wed, 12 Feb 2020 05:15:54 -0500 Received: from laurent.telenet-ops.be ([195.130.137.89]:59546 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727587AbgBLKPu (ORCPT ); Wed, 12 Feb 2020 05:15:50 -0500 Received: from ramsan ([84.195.182.253]) by laurent.telenet-ops.be with bizsmtp id 1mFn2200G5USYZQ01mFnGV; Wed, 12 Feb 2020 11:15:48 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1p3b-0001NG-F8; Wed, 12 Feb 2020 11:15:47 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1p3b-0002Ix-Dd; Wed, 12 Feb 2020 11:15:47 +0100 From: Geert Uytterhoeven To: Ralf Baechle , Paul Burton , Florian Fainelli , Paul Cercueil , James Hartley , John Crispin Cc: linux-mips@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 6/7] MIPS: Pistachio: Replace by Date: Wed, 12 Feb 2020 11:15:43 +0100 Message-Id: <20200212101544.8793-7-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200212101544.8793-1-geert+renesas@glider.be> References: <20200212101544.8793-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 Pistachio 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/mips/pistachio/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/pistachio/time.c b/arch/mips/pistachio/time.c index 3c9235c7710a608f..de64751dec401990 100644 --- a/arch/mips/pistachio/time.c +++ b/arch/mips/pistachio/time.c @@ -6,10 +6,10 @@ */ #include -#include #include #include #include +#include #include #include -- 2.17.1