]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
mtd: ep93xx: cleanup includes in ts7250 nand driver
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 30 Jun 2009 19:38:00 +0000 (15:38 -0400)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 4 Sep 2009 08:35:12 +0000 (09:35 +0100)
1. <linux/io.h> should be included not <asm/io.h>
2. add platform specific header <mach/ts72xx.h>

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/ts7250.c

index 2c410a011317a8ba3c9ec6a178835c4ad24fe39d..0f5562aeedc1c75766bbd08b78ddadb3d8f04bbd 100644 (file)
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/nand.h>
 #include <linux/mtd/partitions.h>
-#include <asm/io.h>
+#include <linux/io.h>
+
 #include <mach/hardware.h>
+#include <mach/ts72xx.h>
+
 #include <asm/sizes.h>
 #include <asm/mach-types.h>