Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752542Ab3DVEj7 (ORCPT ); Mon, 22 Apr 2013 00:39:59 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:55854 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750927Ab3DVEj6 (ORCPT ); Mon, 22 Apr 2013 00:39:58 -0400 MIME-Version: 1.0 Date: Mon, 22 Apr 2013 12:39:56 +0800 Message-ID: Subject: [PATCH -next] ARM: vexpress: remove duplicated include from v2m.c From: Wei Yongjun To: linux@arm.linux.org.uk, pawel.moll@arm.com, rob.herring@calxeda.com, swarren@nvidia.com, tony@atomide.com, santosh.shilimkar@ti.com Cc: yongjun_wei@trendmicro.com.cn, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 27 From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- arch/arm/mach-vexpress/v2m.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index b6083bb..d07048c 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/