Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5898393ybv; Wed, 12 Feb 2020 02:16:36 -0800 (PST) X-Google-Smtp-Source: APXvYqzQLsQ+4kKXPo0einsgzECCpdj/iTAJTZVO+RYTxoneKQpuDWDfmo4wwz4b5U7nT2KpRLST X-Received: by 2002:a9d:48d:: with SMTP id 13mr8079593otm.249.1581502596440; Wed, 12 Feb 2020 02:16:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502596; cv=none; d=google.com; s=arc-20160816; b=hARP4ivMd2Qt8ZR2afmf8wWqU4YbMnAYxmYtFW34haeYblCElL/W/qzx7oTmbw+lSW wi15PkGKJSVwM4fwRKfDiYjfXQF17m7bEflhHKtvGev97yoUhaijED4qE2n0MbUtVMdy ioJdeeTXBCRas5tY4vohhtXlqYxz0+9I467N2MFQmsVEqz80kiAZ29r8YN5qWrL9ibZF 2nji9uS9bQuq7j2zokqsaetPvxcLiKMENDJo3RwZ6uZO64GFAAhkB8wJoODp2lxhc18f H9D+ZdrbqKmbULPCW4tXmvOExLnpU7CCRN4oMmWysiOJF74iPowb74G8gQWVC48yGFrT 34XA== 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=pd165q2oLLhLqayDc6l34JHttKUxeNJ3iE6qMdEbeNU=; b=o+Bdu7/pJE6kQNZC9mJfVuTtU5SrO+JEl+DDRQwHpAGQ4GEO3TMshfK26eJQ1o/Y3J a49JOgphnb+q/joARFUGLNqTTK0zBxGcKVMA//sgL0PYQbaUmqp8rdnuW4V49yk4pZkV 06REGI7Mhwyy0GcVMd4KWnjsj/gMAQA1PYTJoqQkc2pVNnqr0JVYSw9ZIgBqA8oLF54J wv9jTBVy+qfc0iZIbNyR0dW4gErVx8tBO+P1pBdeW38B2cQ65T3AuAkjKGbMlttVmWo3 X2wg+j6d+NDTq1OXyK86/4S1KT8+aU/CxWnGcw+efzGwivXfZDCQF36ZgTHbYUu6PCeY cvow== 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 q6si7375oth.26.2020.02.12.02.16.24; Wed, 12 Feb 2020 02:16:36 -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 S1727511AbgBLKPu (ORCPT + 99 others); Wed, 12 Feb 2020 05:15:50 -0500 Received: from laurent.telenet-ops.be ([195.130.137.89]:59560 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727584AbgBLKPu (ORCPT ); Wed, 12 Feb 2020 05:15:50 -0500 Received: from ramsan ([84.195.182.253]) by laurent.telenet-ops.be with bizsmtp id 1mFn2200F5USYZQ01mFnGU; 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-0001NA-CT; 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-0002Ir-Ay; 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 4/7] MIPS: jz4740: Replace by Date: Wed, 12 Feb 2020 11:15:41 +0100 Message-Id: <20200212101544.8793-5-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 Ingenic JZ4740 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/jz4740/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/jz4740/time.c b/arch/mips/jz4740/time.c index 5476899f0882a4b4..605a84a250bfb299 100644 --- a/arch/mips/jz4740/time.c +++ b/arch/mips/jz4740/time.c @@ -4,8 +4,8 @@ * JZ4740 platform time support */ -#include #include +#include #include -- 2.17.1