mtd/drivers/mtd/maps solutionengine.c,1.10,1.11

David Woodhouse dwmw2 at infradead.org
Wed Apr 14 17:48:23 EDT 2004


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

Modified Files:
	solutionengine.c 
Log Message:
Include errno.h


Index: solutionengine.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/solutionengine.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- solutionengine.c	21 May 2003 12:45:20 -0000	1.10
+++ solutionengine.c	14 Apr 2004 21:48:20 -0000	1.11
@@ -17,7 +17,7 @@
 #include <linux/mtd/map.h>
 #include <linux/mtd/partitions.h>
 #include <linux/config.h>
-
+#include <linux/errno.h>
 
 static struct mtd_info *flash_mtd;
 static struct mtd_info *eprom_mtd;




More information about the linux-mtd-cvs mailing list