Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp4094748pxb; Tue, 10 Nov 2020 07:50:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJy8U41IGXofmM9XQJjCUPF/mNHM+YCNOqFfk5f2qI1m1LotfjYj1ckQIGhJ0WmEr6s6Qu2S X-Received: by 2002:a17:906:3d1:: with SMTP id c17mr20190957eja.187.1605023441932; Tue, 10 Nov 2020 07:50:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605023441; cv=none; d=google.com; s=arc-20160816; b=0T6MtSt/lBgxVJnFDNKkbFcPI2x6Obo4rJVvLKPJQnBu/jmIE24SNyCj1JJVcjSB5t C/MSHPC8RyMhG8ZTetVLIbpdyc0unF9Ml0C/avJL95ODI6HyLG0G1OE5P7h8hjW3JDxL VzJ6c9ttP8OpVUQpOBcCj5dRtnsiq9DHbYHD5yHsrpV0vhoaYgDEjbbu1l2oerqXdSe1 ZMgB8xLlNFMJPP3pZz/n8DKQL+RjD/Fq5oNM32j90rdk7yCNYL6B946EA1KKt8++HzJz /o/yxd/hsFr/ljt/y9SWBLnjj/DIunJtSveDFCa6n0oUVSHA6yr3VEgrJEYkjucuH4lr QL9w== 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=xdMCpLh3rTyEIHPYf0k1ZFpeYTJk+5YPVJ7RpnEgSD0=; b=QXvPe4gUCSeTYlb+QtikR4SK/jMb/XMaLDtcx8U5IctbqA9oqh23n1BguJU59hsEFb HcW7mLoBA3BiQ3+8ACTFIn5GpZlxUovLgaTbNMr2WVUqP1ODXbmuGm4ztFgxbvY68Xl8 d7C813VP7MgKJB/hDYYNZbRi6s6w7tCCyzp7rVRsplZgq9ITJW0YBdaksoEanzpr/stw IuxJdArUKYkib7mpEtsV3QfCYAsFnSaQPZcBMvULbllJqqy58NMcHqlcKr9mwlyny2ML f1tsogsZJTCz2RYd1VS4YXODgkf29vITlqbVXu5htuHYD8c/TwK+inVtklqvLvtBi1YU aqyA== 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 v3si9596460ejq.157.2020.11.10.07.50.17; Tue, 10 Nov 2020 07:50:41 -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 S1730870AbgKJPs4 (ORCPT + 99 others); Tue, 10 Nov 2020 10:48:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730231AbgKJPsz (ORCPT ); Tue, 10 Nov 2020 10:48:55 -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 2E55BC0613D1 for ; Tue, 10 Nov 2020 07:48:55 -0800 (PST) Received: from ramsan.of.borg ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id qfot2300X4C55Sk06fotSA; Tue, 10 Nov 2020 16:48:53 +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 1kcVt7-001DPt-G2; Tue, 10 Nov 2020 16:48:53 +0100 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1kcVt7-00Dmly-0F; Tue, 10 Nov 2020 16:48:53 +0100 From: Geert Uytterhoeven To: Michal Simek Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Geert Uytterhoeven , Stephen Boyd Subject: [PATCH resend v2] microblaze: Replace by Date: Tue, 10 Nov 2020 16:48:51 +0100 Message-Id: <20201110154851.3285695-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 MicroBlaze 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/microblaze/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index 333b09658ca89105..7fcf5279ad15f61f 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c @@ -9,7 +9,7 @@ */ #include -#include +#include #include #include #include -- 2.25.1