Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932689Ab3CULk7 (ORCPT ); Thu, 21 Mar 2013 07:40:59 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:7835 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757636Ab3CULk5 (ORCPT ); Thu, 21 Mar 2013 07:40:57 -0400 From: Nicolas Ferre To: , Andrew Morton , , , Greg Kroah-Hartman CC: Jean-Christophe PLAGNIOL-VILLARD , Ludovic Desroches , , , , , Nicolas Ferre Subject: [PATCH v2 4/7] pcmcia: at91_cf: clean up header includes Date: Thu, 21 Mar 2013 12:40:14 +0100 Message-ID: <6016c8edd48eeb6f1c20c6f6463f47fc2ee7bb06.1363865228.git.nicolas.ferre@atmel.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1065 Lines: 39 From: Joachim Eastwood Use includes from linux/ instead of asm/ and remove a unnecessary mach/ include. Signed-off-by: Joachim Eastwood Signed-off-by: Nicolas Ferre --- drivers/pcmcia/at91_cf.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/pcmcia/at91_cf.c b/drivers/pcmcia/at91_cf.c index 43bc342..bce8a64 100644 --- a/drivers/pcmcia/at91_cf.c +++ b/drivers/pcmcia/at91_cf.c @@ -18,13 +18,11 @@ #include #include #include +#include +#include #include -#include -#include -#include - #include #include -- 1.8.0 -- 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/