Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5900636ybv; Wed, 12 Feb 2020 02:19:36 -0800 (PST) X-Google-Smtp-Source: APXvYqxgRuMf1smlgd0wTm95hdYz0IhZ41tUXFhn34C4KRQulPEW8QNRRiDmAsfIKglTYIdEwqAR X-Received: by 2002:aca:2813:: with SMTP id 19mr5734069oix.76.1581502775904; Wed, 12 Feb 2020 02:19:35 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502775; cv=none; d=google.com; s=arc-20160816; b=iuRScuslz5ShYYaOZcvxNoVfn00VK7Lf8+lhQx9R32fJqlOSeoLdnd4ohIUlqjNKRQ b7PtJ4ssd8H1zvfHdZa+I3ZGk+EIlPYnqybXBr6N3allzjVEhb2JNLIO5LzDjJTlmu7P 2A9TjVNGFvJJ4KhvKtsG4MMlvujRCmbDvi40Kol9omzvYw3SZ4doqKbbMp+SBBLarkM1 rZtb8a7MaCGpoeE9rgU+hL6d+kxU6H4aPxXP+99UVnqcJqNOWWmjutbBFan+MtNOej8b kfqmRu3oGXihC2JjCbS3q89+u/dY83ZxupHzzxBS1wlcBYfgXeBZQgkRi3rJe5ohI+E5 tdhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=THyNkzAclUWT9YaX2TvUS1VLtaHm/GoGM+N0gbCuT94=; b=jDwNTksfMfIbnlu7hPNWjC9HJYcwQcbSVg4xhKXAP9pi958bIvLcfqeYFET6/mEI+T it8cCzILyjdc2mQlvRZ1A8rWeAv7YD7NDmchW0t0A4CRV2kpEIKenKxic+iyzsra7i5Z gmN9G5usIB/ObQ/7BY++3vfpe0riW1scIlaVdR2scXO/egkmJOmW6e0nJR3G6ojBfZcg bNwd25uW8/cuFZwA8M4eZLyTQ8to4tYRKKVwWxOWCqGVtjWvUW7EJPL4lx1vNdthUVbI jDe1I6YZ9OOnznpErZEuN4341taW/Zl6nRlRLYexpiLOdRsFcwuEzCcIqS2nC1hXQj4H pX4g== 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 s129si2947741oig.177.2020.02.12.02.19.23; Wed, 12 Feb 2020 02:19:35 -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 S1727762AbgBLKSQ (ORCPT + 99 others); Wed, 12 Feb 2020 05:18:16 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:47754 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727054AbgBLKSQ (ORCPT ); Wed, 12 Feb 2020 05:18:16 -0500 Received: from ramsan ([84.195.182.253]) by andre.telenet-ops.be with bizsmtp id 1mJE2200A5USYZQ01mJE1K; Wed, 12 Feb 2020 11:18:14 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1p5y-0001Nl-7X; Wed, 12 Feb 2020 11:18:14 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1p5y-0002Pc-6M; Wed, 12 Feb 2020 11:18:14 +0100 From: Geert Uytterhoeven To: Yoshinori Sato , Rich Felker Cc: linux-sh@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] sh: boards: Replace by Date: Wed, 12 Feb 2020 11:18:13 +0100 Message-Id: <20200212101813.9230-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The SuperH/J2 DT 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/sh/boards/of-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/boards/of-generic.c b/arch/sh/boards/of-generic.c index d91065e81a4e5cff..97a536d986a23f91 100644 --- a/arch/sh/boards/of-generic.c +++ b/arch/sh/boards/of-generic.c @@ -6,10 +6,10 @@ */ #include +#include #include #include #include -#include #include #include -- 2.17.1