Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5895532ybv; Wed, 12 Feb 2020 02:13:05 -0800 (PST) X-Google-Smtp-Source: APXvYqzRPx8tBe14LalT5Vt7Ys0gKpyAE/s3uct4+g+wHhbVBZ7XTfRrH67vdJI0M85LIQ9N9aP4 X-Received: by 2002:a9d:6b06:: with SMTP id g6mr8643952otp.93.1581502385435; Wed, 12 Feb 2020 02:13:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502385; cv=none; d=google.com; s=arc-20160816; b=S7HEQOeAtogkRMvOJx5qYX5b+XfigahwJdvgH2DFSUfMLzRH7Ry/CUYC1HPJNtzapl pdvEhQ6S5Dyf7l5aU0OK0j7Oxjeh2FDOXum5v0twj8tfcV7JHAD92ug0QwjQusFjXRni rJ4cru+AAs5HbGDqj3bwfLHdXjs9tUXx52L2tHUEVBs6qpyQaT0sCWfOfCl64w9aCMwz s0BwtLWXQsl7wxZWtnYfILyCjn6xCpKcKCqaeH97WksgnZLaG5JUpHNRfALxHMtnpEtq Hfw3iopeqgeTUamlYMXg4hGh9P/iGwioWOPQL1V3z1+kSLrbl4xC/dw3pcFsgq9WkAKn +TLg== 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=L9AMcGKD7B1r7G8m2Dxs6bOstQZacgD/Nr7LDAty5+o=; b=bkkvPdIFhpWZMS0GxYQ7xkSLCH97Vqbk/l32hZIbssNxFfGe8+250hEWlxNt0RsK2M V07zQ9U7zI0PGkxRYDxOT4TK+BmBDrd5od6OXrpsZ0O2FBvOEYqDdoDPYo0Pql562q/c LoRb8TEOR0tZIh6IFBAvLQ/CfXREPUFpMZ1aH9KYWUq4CApD9//EgB3UBSofQzqB511y 92BV7/hqQ7YEznrXWltyZyxx3jaBHU95mCUzZ9bHUoqrvL87ifCDzvAAsOs3fB5avVtn 5OQKE3o7FOXcWpmV7PC5QrT9nsBsRfG2YSD8HNFen9mtnumAwmasEpJQUtpkjSfpsDSN yMuw== 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 w135si2817788oiw.44.2020.02.12.02.12.53; Wed, 12 Feb 2020 02:13:05 -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 S1726135AbgBLKLn (ORCPT + 99 others); Wed, 12 Feb 2020 05:11:43 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:60676 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725767AbgBLKLn (ORCPT ); Wed, 12 Feb 2020 05:11:43 -0500 Received: from ramsan ([84.195.182.253]) by albert.telenet-ops.be with bizsmtp id 1mBh2200i5USYZQ06mBhLe; Wed, 12 Feb 2020 11:11:42 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1ozd-0001J1-Rm; Wed, 12 Feb 2020 11:11:41 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1ozd-00068d-QP; Wed, 12 Feb 2020 11:11:41 +0100 From: Geert Uytterhoeven To: Yoshinori Sato Cc: uclinux-h8-devel@lists.sourceforge.jp, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] h8300: Replace by Date: Wed, 12 Feb 2020 11:11:40 +0100 Message-Id: <20200212101140.23242-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 H8/300 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/h8300/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c index 23a979a85f1428f4..aeb5c427da0cfaf6 100644 --- a/arch/h8300/kernel/setup.c +++ b/arch/h8300/kernel/setup.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include #include -- 2.17.1