Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752636Ab2BPOoS (ORCPT ); Thu, 16 Feb 2012 09:44:18 -0500 Received: from wp188.webpack.hosteurope.de ([80.237.132.195]:43364 "EHLO wp188.webpack.hosteurope.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752511Ab2BPOoP (ORCPT ); Thu, 16 Feb 2012 09:44:15 -0500 From: Danny Kukawka To: Russell King Cc: Danny Kukawka , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] arch/arm/mach-vexpress/v2m.c: included linux/device.h twice Date: Thu, 16 Feb 2012 15:44:11 +0100 Message-Id: <1329403451-32383-1-git-send-email-danny.kukawka@bisect.de> X-Mailer: git-send-email 1.7.8.3 X-bounce-key: webpack.hosteurope.de;danny.kukawka@bisect.de;1329403455;0c77221c; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 893 Lines: 28 arch/arm/mach-vexpress/v2m.c: included 'linux/device.h' twice, remove the duplicate. Signed-off-by: Danny Kukawka --- arch/arm/mach-vexpress/v2m.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index b4a28ca..7725766 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include -- 1.7.8.3 -- 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/