mtd/drivers/mtd/devices docprobe.c,1.31,1.32
David Woodhouse
dwmw2 at infradead.org
Thu May 2 04:23:30 EDT 2002
Update of /home/cvs/mtd/drivers/mtd/devices
In directory phoenix.infradead.org:/tmp/cvs-serv13992
Modified Files:
docprobe.c
Log Message:
s/__ppc__/__PPC__/
Index: docprobe.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/devices/docprobe.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- docprobe.c 28 Mar 2002 15:05:19 -0000 1.31
+++ docprobe.c 2 May 2002 08:23:27 -0000 1.32
@@ -84,7 +84,7 @@
0xe0000, 0xe2000, 0xe4000, 0xe6000,
0xe8000, 0xea000, 0xec000, 0xee000,
#endif /* CONFIG_MTD_DOCPROBE_HIGH */
-#elif defined(__ppc__)
+#elif defined(__PPC__)
0xe4000000,
#elif defined(CONFIG_MOMENCO_OCELOT)
0x2f000000,
More information about the linux-mtd-cvs
mailing list