mtd/include/linux/mtd map.h,1.30,1.31
David Woodhouse
dwmw2 at infradead.org
Fri May 16 14:53:45 EDT 2003
Update of /home/cvs/mtd/include/linux/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv723
Modified Files:
map.h
Log Message:
Fix map_is_linear macro
Index: map.h
===================================================================
RCS file: /home/cvs/mtd/include/linux/mtd/map.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- map.h 14 May 2003 15:05:17 -0000 1.30
+++ map.h 16 May 2003 18:53:42 -0000 1.31
@@ -182,8 +182,8 @@
}
#define simple_map_init(map) do { } while (0)
-#define map_is_linear(struct map_info *map) (1)
+#define map_is_linear(map) (1)
-#endif /* !CONFIG_COMPLEX_MAPPINGS */
+#endif /* !CONFIG_MTD_COMPLEX_MAPPINGS */
#endif /* __LINUX_MTD_MAP_H__ */
More information about the linux-mtd-cvs
mailing list