Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp4096865pxb; Tue, 10 Nov 2020 07:53:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJylJe8+tMQuub0f8XWFwaHt3rV2BXXkzxRCNglGv9xFs23c8HKi8lLxryEEfw1m2PHo1E89 X-Received: by 2002:aa7:d5d7:: with SMTP id d23mr21936951eds.203.1605023624970; Tue, 10 Nov 2020 07:53:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605023624; cv=none; d=google.com; s=arc-20160816; b=hgb75xSFXA97yTRvU1flgyFzF6syvdlXkvah1o4FPIpzqC+tbXhq0L0vWiQ4rLMniB gBZ1CR0yBy1l9qkNziNZpq3gDcY+l+dIzdNc2QlQvtd/20N7ge2ic4Y/Fje3efhPv4QO XhDqu8oDkZmHSj2XWSreRE9azMrd4r4FyXTKRo37MFPqluyUN7XE+8T4K5yw+8SXEdcK 3WhBdcbUrVvg7ccQ59fVMtMUajSP3CVNZFTaYw5Tx+Gieq+yekpJfxuLaU5pqRXxsEXX EzF5duzT0Jw4GETn0UAURnHugckywgwYhqkZQt/LUKZ6mxyxNS9WxE9GeaBbc6fyAake QJRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=z10xrFKPrtD1/wPAS3N9wp5Vf7tceGf5+yUCtCqC1i0=; b=I0M+u6TlspV0WTGsqvhK+cWQKkNvbn9HgH2pzrF38soGAgvrd1IPxFgwmhPGWorrPO oANEHjY9NOYlTzJjHKCfBVtal1vNCtCJQRQtgqu2zlqwVF3wuuP81nevuWYeb+erzczN UKT4668S8k+4s1oisCfMZ218C4UcnDqo2xEsIWzoWWr5Y4ICT/12WbG3J2tPnzN2aI+Y tnKobShYHzAxz6VC7G13xcXieOm3NQYSzM27hD+CxUNu/6SpVO1RzntMoDKkrOjntON3 c2mCsHisau/4h0MCP/WhsU3H8jUcmNxaikdj/Yo30q1zFm6WMoHEhChd0929OzNHsZWL EM8w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn22si10579549edb.239.2020.11.10.07.53.21; Tue, 10 Nov 2020 07:53:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731458AbgKJPud (ORCPT + 99 others); Tue, 10 Nov 2020 10:50:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731320AbgKJPud (ORCPT ); Tue, 10 Nov 2020 10:50:33 -0500 Received: from albert.telenet-ops.be (albert.telenet-ops.be [IPv6:2a02:1800:110:4::f00:1a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D2857C0613D3 for ; Tue, 10 Nov 2020 07:50:32 -0800 (PST) Received: from ramsan.of.borg ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id qfqW2300K4C55Sk06fqWle; Tue, 10 Nov 2020 16:50:31 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kcVug-001DQJ-ME; Tue, 10 Nov 2020 16:50:30 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1kcVug-00DmsD-A2; Tue, 10 Nov 2020 16:50:30 +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 , Stephen Boyd Subject: [PATCH resend v2] sh: boards: Replace by Date: Tue, 10 Nov 2020 16:50:29 +0100 Message-Id: <20201110155029.3286090-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Stephen Boyd --- v2: - Add Reviewed-by. --- 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 bffbe69b2236a1ee..921d76fc33583f78 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.25.1