Message ID | 1412040930-16864-4-git-send-email-computersforpeace@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 54EC1BEEA6 for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 30 Sep 2014 01:38:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 96BB7201FB for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 30 Sep 2014 01:38:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CE952201CE for <patchwork-linux-arm@patchwork.kernel.org>; Tue, 30 Sep 2014 01:38:50 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XYmMr-0003nZ-1v; Tue, 30 Sep 2014 01:36:41 +0000 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XYmMY-0003Vx-UE; Tue, 30 Sep 2014 01:36:23 +0000 Received: by mail-pd0-f176.google.com with SMTP id fp1so5219228pdb.21 for <multiple recipients>; Mon, 29 Sep 2014 18:36:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=04P9nrJ7zUJ0d1cnOLOGygUMbsn/KMIx7hfwNffdgIQ=; b=wvO0IiwGMu6EH05jpjgmohVoFHU/la7AKTL8kVd252l3b0wwCwNSmojRQWaOfs8Tl5 2bm4UlW+eUkIDnxEQ3GtkrMOHWc+GPBT146Uew45jMoasXtYNHbk4OXHbrjZc632RA04 PQF+q4a7Rxe0XSNpFUWPmLkrFS0DY4mTf+qMExy/wpXs4MfTRtVgnwwyGip6wkiBvRYk EzP6UDVtYDa/gcS7p1LFPcYwfgIz/5E+1vUYWjlTm8j7lhnUnWeNOkHd3E5ROg5ETWj/ ye+kgjhRRKvlww0WlE8hI5X3KfQCZulefLPU1cPSvh3Zh+Mk/DWGadPnzx2Gr6quW6Mp 4GLQ== X-Received: by 10.68.204.201 with SMTP id la9mr20142612pbc.146.1412040960095; Mon, 29 Sep 2014 18:36:00 -0700 (PDT) Received: from ld-irv-0074.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id ip3sm13486258pbc.58.2014.09.29.18.35.58 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Sep 2014 18:35:59 -0700 (PDT) From: Brian Norris <computersforpeace@gmail.com> To: <linux-arm-kernel@lists.infradead.org> Subject: [PATCH 3/5] ARM: rockchip: drop unnecessary include Date: Mon, 29 Sep 2014 18:35:28 -0700 Message-Id: <1412040930-16864-4-git-send-email-computersforpeace@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com> References: <1412040930-16864-1-git-send-email-computersforpeace@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140929_183623_007285_75321B0F X-CRM114-Status: UNSURE ( 9.39 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: linux-rockchip@lists.infradead.org, Brian Norris <computersforpeace@gmail.com>, Russell King <linux@arm.linux.org.uk>, Linux Kernel <linux-kernel@vger.kernel.org>, Heiko Stuebner <heiko@sntech.de> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/arch/arm/mach-rockchip/platsmp.c b/arch/arm/mach-rockchip/platsmp.c index 189684f55927..9b72e84e6494 100644 --- a/arch/arm/mach-rockchip/platsmp.c +++ b/arch/arm/mach-rockchip/platsmp.c @@ -21,7 +21,6 @@ #include <linux/of_address.h> #include <asm/cacheflush.h> -#include <asm/cp15.h> #include <asm/smp_scu.h> #include <asm/smp_plat.h> #include <asm/mach/map.h>
<asm/cp15.h> is only being included because of the implicit requirements of v7_exit_coherency_flush(). Now that the implicit include is provided for us, we can drop it from our explicit list. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Cc: Heiko Stuebner <heiko@sntech.de> Cc: linux-rockchip@lists.infradead.org --- arch/arm/mach-rockchip/platsmp.c | 1 - 1 file changed, 1 deletion(-)