Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5891953ybv; Wed, 12 Feb 2020 02:09:09 -0800 (PST) X-Google-Smtp-Source: APXvYqzQyeWcUwqffp5prIUnnMlAWqDaIvyGrunTz1UEH6pV3ZE8dC79Em1InHeLirryRkeruSdF X-Received: by 2002:a05:6830:1304:: with SMTP id p4mr8765307otq.327.1581502149640; 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=JBgkMDrPJ0HEOsYgfIAO58N0TrRuy5YnAIGd8MiljGGRR8//UkzylY7uq+GhhHTUXp CfA0W21jZQPa7E0BXGNKKnsRu5Io2Wd0XM+r6ZaPxWMdnDGUL0HAkuV0yeFWTO4TF82V cy5UbKUbROA3AszuuoT8jmd04WmMJ8rulhOluA6IkrYd6WZ+v/yT7HmPSjK0kye3odEG IUjgNRmTn/oLwD7QR30al7WXdFvJkWN2BdRMcUVYG/o3QdwjwcZtHP6RR+I/Z/oiAtvI UWrnnxNzUpVG6/Wbq0vfbkMwqyN47j9IbLq9pXhvzRRZaaRVMaG9x9hbKGGImcbrhITo 6VRA== 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=ZoWxFlp+w0NGD/66bfO0LEiyMzyZfWkLGpdlhc1wKkw=; b=NeHjdnyNz27k4KR99ecHED7tOTLcSbAkdygGfeMidyUKruuH7+UUyvBw6XAhPCDHNB Q/KeVMVk7SfabtP1KLZnfJxMcPpgH17nb6hW+f3Sw7OS5cR0RQrn/089Sxei2VIjw1y9 QN6BfzdGBaaqX7f5v1U1Xj+FM8hB0uMwpX9JI1o3knbRkMmGMCGyQV9JftW0Cjr0NDCJ a3OHnHpSnDLWMf5kGXXIU+yVgGvf22DiXhBQzkHgzCoo4NFmCpjOdl00QR5p1H3bqb0k lrzPd2GpPBQOryfSKhhwOasduhucGIG0eBbX5wj/Nep7hO3Bvhjkxp9jJWC/6SbFQFDV a+xQ== 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 p25si3344321oto.191.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 S1729123AbgBLKIr (ORCPT + 99 others); Wed, 12 Feb 2020 05:08:47 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:55142 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729082AbgBLKIq (ORCPT ); Wed, 12 Feb 2020 05:08:46 -0500 Received: from ramsan ([84.195.182.253]) by albert.telenet-ops.be with bizsmtp id 1m8Y2200i5USYZQ06m8Zgc; Wed, 12 Feb 2020 11:08:44 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1owa-0001Ei-RW; 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-0000N3-Pg; 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 7/7] ARM: zynq: Replace by Date: Wed, 12 Feb 2020 11:08:30 +0100 Message-Id: <20200212100830.446-8-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 Zynq 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/arm/mach-zynq/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c index 3a4248fd796281c3..a9dd2f71cd19d2a9 100644 --- a/arch/arm/mach-zynq/common.c +++ b/arch/arm/mach-zynq/common.c @@ -12,10 +12,10 @@ #include #include #include -#include #include #include #include +#include #include #include #include -- 2.17.1