[MTD] [NAND] remove __PPC__ hardcoded address from DiskOnChip drivers
[safe/jmp/linux-2.6] / drivers / mtd / nand / diskonchip.c
index cd4393c..765d4f0 100644 (file)
@@ -52,8 +52,6 @@ static unsigned long __initdata doc_locations[] = {
        0xe0000, 0xe2000, 0xe4000, 0xe6000,
        0xe8000, 0xea000, 0xec000, 0xee000,
 #endif /*  CONFIG_MTD_DOCPROBE_HIGH */
-#elif defined(__PPC__)
-       0xe4000000,
 #else
 #warning Unknown architecture for DiskOnChip. No default probe locations defined
 #endif