mtd/drivers/mtd/maps elan-104nc.c,1.16,1.17 iq80310.c,1.15,1.16 map_funcs.c,1.1,1.2 octagon-5066.c,1.23,1.24 pcmciamtd.c,1.44,1.45 tsunami_flash.c,1.5,1.6 vmax301.c,1.27,1.28

David Woodhouse dwmw2 at infradead.org
Wed May 21 11:15:11 EDT 2003


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv26797/drivers/mtd/maps

Modified Files:
	elan-104nc.c iq80310.c map_funcs.c octagon-5066.c pcmciamtd.c 
	tsunami_flash.c vmax301.c 
Log Message:
include cleanups

Index: elan-104nc.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/elan-104nc.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- elan-104nc.c	20 May 2003 20:59:29 -0000	1.16
+++ elan-104nc.c	21 May 2003 15:15:07 -0000	1.17
@@ -40,6 +40,7 @@
 #include <asm/io.h>
 
 #include <linux/mtd/map.h>
+#include <linux/mtd/mtd.h>
 #include <linux/mtd/partitions.h>
 
 #define WINDOW_START 0xb0000

Index: iq80310.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/iq80310.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- iq80310.c	21 May 2003 12:45:19 -0000	1.15
+++ iq80310.c	21 May 2003 15:15:07 -0000	1.16
@@ -15,6 +15,7 @@
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
+#include <linux/slab.h>
 #include <asm/io.h>
 #include <linux/mtd/mtd.h>
 #include <linux/mtd/map.h>

Index: map_funcs.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/map_funcs.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- map_funcs.c	14 May 2003 15:05:15 -0000	1.1
+++ map_funcs.c	21 May 2003 15:15:07 -0000	1.2
@@ -5,9 +5,14 @@
  * is enabled.
  */
 
-#include <linux/mtd/map.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
 #include <linux/config.h>
+#include <linux/types.h>
+#include <linux/string.h>
 #include <asm/io.h>
+
+#include <linux/mtd/map.h>
 
 static u8 simple_map_read8(struct map_info *map, unsigned long ofs)
 {

Index: octagon-5066.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/octagon-5066.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- octagon-5066.c	20 May 2003 20:59:31 -0000	1.23
+++ octagon-5066.c	21 May 2003 15:15:07 -0000	1.24
@@ -31,6 +31,7 @@
 #include <asm/io.h>
 
 #include <linux/mtd/map.h>
+#include <linux/mtd/mtd.h>
 
 #define WINDOW_START 0xe8000
 #define WINDOW_LENGTH 0x8000

Index: pcmciamtd.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/pcmciamtd.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- pcmciamtd.c	21 May 2003 12:45:19 -0000	1.44
+++ pcmciamtd.c	21 May 2003 15:15:07 -0000	1.45
@@ -25,6 +25,7 @@
 #include <pcmcia/ds.h>
 
 #include <linux/mtd/map.h>
+#include <linux/mtd/mtd.h>
 
 #ifdef CONFIG_MTD_DEBUG
 static int debug = CONFIG_MTD_DEBUG_VERBOSE;

Index: tsunami_flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/tsunami_flash.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tsunami_flash.c	21 May 2003 12:45:20 -0000	1.5
+++ tsunami_flash.c	21 May 2003 15:15:08 -0000	1.6
@@ -8,6 +8,7 @@
 #include <asm/core_tsunami.h>
 #include <linux/init.h>
 #include <linux/mtd/map.h>
+#include <linux/mtd/mtd.h>
 
 #define FLASH_ENABLE_PORT 0x00C00001
 #define FLASH_ENABLE_BYTE 0x01

Index: vmax301.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/vmax301.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- vmax301.c	20 May 2003 20:59:32 -0000	1.27
+++ vmax301.c	21 May 2003 15:15:08 -0000	1.28
@@ -24,6 +24,7 @@
 #include <asm/io.h>
 
 #include <linux/mtd/map.h>
+#include <linux/mtd/mtd.h>
 
 
 #define WINDOW_START 0xd8000




More information about the linux-mtd-cvs mailing list