mtd/drivers/mtd/nand s3c2410.c,1.18,1.19
gleixner at infradead.org
gleixner at infradead.org
Sun Nov 6 06:15:55 EST 2005
- Previous message: mtd/drivers/mtd/maps bast-flash.c, 1.3, 1.4 ceiva.c, 1.11,
1.12 dc21285.c, 1.22, 1.23 dilnetpc.c, 1.18,
1.19 epxa10db-flash.c, 1.13, 1.14 fortunet.c, 1.9,
1.10 integrator-flash.c, 1.18, 1.19 ixp2000.c, 1.6,
1.7 ixp4xx.c, 1.10, 1.11 lubbock-flash.c, 1.19,
1.20 mainstone-flash.c, 1.2, 1.3 omap-toto-flash.c, 1.3,
1.4 omap_nor.c, 1.1, 1.2 pci.c, 1.11, 1.12 plat-ram.c, 1.4,
1.5 tqm8xxl.c, 1.13, 1.14
- Next message: mtd/fs/jffs2 background.c,1.57,1.58 wbuf.c,1.101,1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv22248/drivers/mtd/nand
Modified Files:
s3c2410.c
Log Message:
Mainline sync. include cleanup
Index: s3c2410.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/s3c2410.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- s3c2410.c 20 Oct 2005 21:22:55 -0000 1.18
+++ s3c2410.c 6 Nov 2005 11:15:51 -0000 1.19
@@ -49,9 +49,10 @@
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/ioport.h>
-#include <linux/device.h>
+#include <linux/platform_device.h>
#include <linux/delay.h>
#include <linux/err.h>
+#include <linux/slab.h>
#include <linux/mtd/mtd.h>
#include <linux/mtd/nand.h>
@@ -59,7 +60,6 @@
#include <linux/mtd/partitions.h>
#include <asm/io.h>
-#include <asm/mach-types.h>
#include <asm/hardware/clock.h>
#include <asm/arch/regs-nand.h>
- Previous message: mtd/drivers/mtd/maps bast-flash.c, 1.3, 1.4 ceiva.c, 1.11,
1.12 dc21285.c, 1.22, 1.23 dilnetpc.c, 1.18,
1.19 epxa10db-flash.c, 1.13, 1.14 fortunet.c, 1.9,
1.10 integrator-flash.c, 1.18, 1.19 ixp2000.c, 1.6,
1.7 ixp4xx.c, 1.10, 1.11 lubbock-flash.c, 1.19,
1.20 mainstone-flash.c, 1.2, 1.3 omap-toto-flash.c, 1.3,
1.4 omap_nor.c, 1.1, 1.2 pci.c, 1.11, 1.12 plat-ram.c, 1.4,
1.5 tqm8xxl.c, 1.13, 1.14
- Next message: mtd/fs/jffs2 background.c,1.57,1.58 wbuf.c,1.101,1.102
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list