From patchwork Thu Apr 9 06:44:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 11481263 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8E78F912 for ; Thu, 9 Apr 2020 06:44:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6346320771 for ; Thu, 9 Apr 2020 06:44:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586414674; bh=XMJcGabvx4hv/0NWbnMxwkSp7Z+8Juh9LfGR5yH3LCA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=RoXyahJVzd79f5GTiRwHF1SS3eG4f0FqoyheDVP0HUIZVWhzlB0QFkPBw6jfZ86hn kJyk3WKgiz3II/pKPKVNAA1fdkd+7I7PO5bbqqey8evCSdgXLUsHFPF+9HIt4KzpLX UtLwXXHwyblNvNNHtzZyaobyaqri0l4WMNi9/FfU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726728AbgDIGoc (ORCPT ); Thu, 9 Apr 2020 02:44:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:38124 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726684AbgDIGoW (ORCPT ); Thu, 9 Apr 2020 02:44:22 -0400 Received: from mail.kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3D41C20692; Thu, 9 Apr 2020 06:44:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586414662; bh=XMJcGabvx4hv/0NWbnMxwkSp7Z+8Juh9LfGR5yH3LCA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=zyvzNfRgRzJvB0orz29AcHhu2fr4WnqU+knIIOaM3m1S5FfvVsg+lS2gg54+2hKfI gT3SQf3VTnBYzJn3AI1vBHCa9+MLORZYzQsTxZHbF80twMs6PVVWxve7rWGBQmEHys Xa7JlmFhrKAwJQ+e/01C8VG2TT0Qmi28YKV7+sIo= From: Stephen Boyd To: Michael Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Jiaxun Yang , Paul Burton , linux-mips@vger.kernel.org, chenhc@lemote.com Subject: [PATCH v2 09/10] MIPS: Loongson64: Drop asm/clock.h include Date: Wed, 8 Apr 2020 23:44:15 -0700 Message-Id: <20200409064416.83340-10-sboyd@kernel.org> X-Mailer: git-send-email 2.26.0.292.g33ef6b2f38-goog In-Reply-To: <20200409064416.83340-1-sboyd@kernel.org> References: <20200409064416.83340-1-sboyd@kernel.org> MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org This include isn't used by this file, so just remove it. Acked-by: Jiaxun Yang Cc: Paul Burton Cc: Cc: Signed-off-by: Stephen Boyd --- arch/mips/loongson64/smp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/loongson64/smp.c b/arch/mips/loongson64/smp.c index de8e0741ce2d..b48d9c566c5a 100644 --- a/arch/mips/loongson64/smp.c +++ b/arch/mips/loongson64/smp.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include