mtd/include/linux/mtd compatmac.h,1.67,1.68
ebiederman at lnxi.com
ebiederman at lnxi.com
Fri Sep 17 18:00:33 EDT 2004
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv18021/include/linux/mtd
Modified Files:
compatmac.h
Log Message:
- Define __iomem for older 2.6 and 2.5 kernels as well as 2.4
Index: compatmac.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/compatmac.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- compatmac.h 16 Sep 2004 23:26:08 -0000 1.67
+++ compatmac.h 17 Sep 2004 22:00:30 -0000 1.68
@@ -185,6 +185,9 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
#define kvec iovec
#define __user
+#endif
+
+#ifndef __iomem
#define __iomem
#endif
More information about the linux-mtd-cvs
mailing list