From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755243AbaI3BgH (ORCPT ); Mon, 29 Sep 2014 21:36:07 -0400 Received: from mail-pd0-f179.google.com ([209.85.192.179]:38009 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755164AbaI3BgA (ORCPT ); Mon, 29 Sep 2014 21:36:00 -0400 From: Brian Norris To: Cc: Linux Kernel , Brian Norris , Russell King , Heiko Stuebner , linux-rockchip@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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Cc: Heiko Stuebner Cc: linux-rockchip@lists.infradead.org --- arch/arm/mach-rockchip/platsmp.c | 1 - 1 file changed, 1 deletion(-) 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 #include -#include #include #include #include -- 1.9.1