From patchwork Tue Jun 30 19:38:00 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ep93xx: cleanup includes in ts7250 nand driver From: hartleys X-Patchwork-Id: 29338 Message-Id: To: "linux-arm-kernel" , Cc: Lennert Buytenhek Date: Tue, 30 Jun 2009 15:38:00 -0400 ep93xx: cleanup includes in ts7250 nand driver 1. should be included not 2. add platform specific header Signed-off-by: H Hartley Sweeten Cc: Lennert Buytenhek --- diff --git a/drivers/mtd/nand/ts7250.c b/drivers/mtd/nand/ts7250.c index 2c410a0..0f5562a 100644 --- a/drivers/mtd/nand/ts7250.c +++ b/drivers/mtd/nand/ts7250.c @@ -24,8 +24,11 @@ #include #include #include -#include +#include + #include +#include + #include #include