Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5891959ybv; Wed, 12 Feb 2020 02:09:10 -0800 (PST) X-Google-Smtp-Source: APXvYqyePQl1wd9LPKpmCne6cN7E60R/rgaMJmgvM4G+x6ULBGE14nzZSeWMjPg5oArEYgOYXtMm X-Received: by 2002:a9d:5e82:: with SMTP id f2mr8341835otl.240.1581502149945; Wed, 12 Feb 2020 02:09:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502149; cv=none; d=google.com; s=arc-20160816; b=OJ7s00J8hFemBWP6Uo4Hwzx19SNxlOhEHl/4zlxcm3WOIFf/5ei4XPpI5I0yRhXbRO An7iIjc59OmpLHBit2o4ZaJmTaLOY5LtZPcR0WovmZi8rjuD2Pe+kM/dgcyqnGK5GMn8 aG14CEdPOZS5tNTfacDbRJ57fPwCT4j3D/SrYd9dbTTCZ0b1uk0Hmrh5cU/CfTXgZ3GO 52MAjAsb6pBCjt4HcBLprjbZkFqS/UEYGamlpd+Astgk0xiL7aD55MZsCzk9447+Xn8D SJcFByKbRcBUUWXssEWW8EVYomf4zLu7SKbTN6Np7hYag0NoAEh/qaig3FVnp9SBit77 GGIQ== 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=kXx0gdc5TVarpyoaXNp+vBqE7PHgU7zvakHfcLRUBfc=; b=YHXa4vbuTd6q7/dnr8kesqyzYOn5OUQkhWrYpWU6ZHxPghV9DqVkbh3sf6DjWOgKl6 7TVacltayCiSsQpB/P3YWu3mpZx+VI7vDUfc//HDIMHAfvdg+UIW+NajBS1uc1Xnw+vD seldv2MvGVkHRJZQVAEvoUmI1XvuYpuN/nHTp4Iw58HDSZTndOaBxDjf50+eaL626rfm r7hhWzH3t1XB9xxyXkAC7aGUYsHHRiq+fK6LEt+tX0IU8/nPZWCCKAXG+4VInSBMFqZ5 wcBp/PkhdPHXYionEvo1MAdE1K0nbiYEhIgwWj0l+X/K4TtvfSz5RyE0YS+zOZypFHmZ ML9A== 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 p28si3405533oth.296.2020.02.12.02.08.57; Wed, 12 Feb 2020 02:09:09 -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 S1729111AbgBLKIp (ORCPT + 99 others); Wed, 12 Feb 2020 05:08:45 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:55148 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729080AbgBLKIn (ORCPT ); Wed, 12 Feb 2020 05:08:43 -0500 Received: from ramsan ([84.195.182.253]) by albert.telenet-ops.be with bizsmtp id 1m8Y2200b5USYZQ06m8YgV; Wed, 12 Feb 2020 11:08:41 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1owa-0001Ec-OM; 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-0000Md-Mg; 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 5/7] ARM: shmobile: Replace by Date: Wed, 12 Feb 2020 11:08:28 +0100 Message-Id: <20200212100830.446-6-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 R-Car Gen2 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 --- To be queued in renesas-devel for v5.7. arch/arm/mach-shmobile/setup-rcar-gen2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c index 2faedf0af1f96fbc..3f549bcdbdf4b6a1 100644 --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c @@ -7,7 +7,6 @@ * Copyright (C) 2014 Ulrich Hecht */ -#include #include #include #include @@ -15,6 +14,7 @@ #include #include #include +#include #include #include #include -- 2.17.1