mtd/include/linux/mtd compatmac.h,1.43,1.44

David Woodhouse dwmw2 at infradead.org
Thu Jan 23 06:09:22 EST 2003


Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv20945

Modified Files:
	compatmac.h 
Log Message:
generic_file_readonly_mmap

Index: compatmac.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/compatmac.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- compatmac.h	14 Jan 2003 13:55:49 -0000	1.43
+++ compatmac.h	23 Jan 2003 11:09:19 -0000	1.44
@@ -571,4 +571,9 @@
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,48)
 #define get_seconds() CURRENT_TIME
 #endif
+
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,53)
+#define generic_file_readonly_mmap generic_file_mmap
+#endif
+
 #endif /* __LINUX_MTD_COMPATMAC_H__ */





More information about the linux-mtd-cvs mailing list