mtd/drivers/mtd/maps map_funcs.c,1.2,1.3

Thayne Harbaugh tharbaugh at lnxi.com
Fri Nov 14 14:50:06 EST 2003


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

Modified Files:
	map_funcs.c 
Log Message:

* add "#include <linux/mtd/compatmac.h>" to mtdchar.c for iminor()

* fix iminor(), imajor() and old_encode_dev() in compatmac.h

* add EXPORT_LICENSE("GPL") to map_funcs.c and cfi_util.c


Index: map_funcs.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/map_funcs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- map_funcs.c	21 May 2003 15:15:07 -0000	1.2
+++ map_funcs.c	14 Nov 2003 19:50:04 -0000	1.3
@@ -92,3 +92,5 @@
 }
 
 EXPORT_SYMBOL(simple_map_init);
+
+MODULE_LICENSE("GPL");




More information about the linux-mtd-cvs mailing list