Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5898205ybv; Wed, 12 Feb 2020 02:16:25 -0800 (PST) X-Google-Smtp-Source: APXvYqy9l6nRxjUXGUb1pLpbR5fLIoZJxtjeaYcprdp6B2sNDRdPXi+P/iiUNEZUBKCbDnu/LsPo X-Received: by 2002:a9d:6e02:: with SMTP id e2mr8834630otr.194.1581502585248; Wed, 12 Feb 2020 02:16:25 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581502585; cv=none; d=google.com; s=arc-20160816; b=Aair45J7uykT3ui7ODGvEP3DCrQgmK1/te8li6AcE1UMoheBU893gm2oouVmym2MWK /KzYVLqAWrVUGTKeZdr/XiaekOH3YpkfGYSbhKq3s3W6+Ha8wpGQzss7Kstd/fnNXbKy BnwTjg86A2u7lQXH8CDxfhMdc5lnjhJQ5xFAb4i+XwD6SnFxUz527mkKYWuSHuHmBIIW 1ANz1zv1cve0R4AcYkLe/Ks4ekPzyAnmd6ovdWXg9a59Gicb8PDPhxMrmX8IqncO1a4I NWGWs+v7IBEMZxZHJi+m5FYNGA6hIJ/n/vJSZEhytQURYDTYwa3BSgvuo8bxSER/zaK4 fGHA== 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=d8o3+QHEdGZZbq4URORKQgjfMNhtCxCVE3SC63sNxZs=; b=xykW07+JQ5yb/CTIFEuh54u1ZvKbxUr81W7y2+Fd82FQYr16/Ehhlfcj0uFwLC69/k gE700RLZL7LPkIxEe6P9w2Hl9ay0SVjRZJkFaqFTnw6kHewwwh1vibU5b+mwuO3qphT0 G3H4KoYi6tBzFfJYMI6gO5Yd5vxz+LOiUh2sdh0MkMjMNSzDPF/fGfFcy6QS1L/nr8wW OgbkI9ETPYdlpa4hkpEb5unnDxNXdULEBv8pT/+sEx32TOS/lN/6Bh6DUqIp6zDkKqCe UUErKmWpxbeMugr/xebII7DhEs1zraZkk1WDiMVPL3CQfub5v0vbnvDNcN04FxBoW3KF sADQ== 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 m7si4130otk.73.2020.02.12.02.16.12; Wed, 12 Feb 2020 02:16:25 -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 S1727646AbgBLKPv (ORCPT + 99 others); Wed, 12 Feb 2020 05:15:51 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:42984 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727561AbgBLKPu (ORCPT ); Wed, 12 Feb 2020 05:15:50 -0500 Received: from ramsan ([84.195.182.253]) by andre.telenet-ops.be with bizsmtp id 1mFn2200A5USYZQ01mFnZM; Wed, 12 Feb 2020 11:15:48 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1p3b-0001N2-8G; Wed, 12 Feb 2020 11:15:47 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1p3b-0002Ij-6f; Wed, 12 Feb 2020 11:15:47 +0100 From: Geert Uytterhoeven To: Ralf Baechle , Paul Burton , Florian Fainelli , Paul Cercueil , James Hartley , John Crispin Cc: linux-mips@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 1/7] MIPS: ath79: Replace by Date: Wed, 12 Feb 2020 11:15:38 +0100 Message-Id: <20200212101544.8793-2-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200212101544.8793-1-geert+renesas@glider.be> References: <20200212101544.8793-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 Atheros 7/9xxx 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/mips/ath79/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c index 484ee28922a9ac3f..acb4fd647a304754 100644 --- a/arch/mips/ath79/setup.c +++ b/arch/mips/ath79/setup.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include -- 2.17.1