diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-07-10 22:36:56 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-11 09:56:54 -0400 |
commit | a2e96b627b58efe2d618a415f34b9b9d9f829bd6 (patch) | |
tree | 1d0a5bc96af6cf9f9bb76672d2b9692753b581a7 /drivers/mtd/devices/docprobe.c | |
parent | db1b39d8b860e3716620c225bc86e0ec41764e34 (diff) |
[MTD] Remove Ocelot G support from DiskOnChip drivers.
This patch has removed Ocelot G support from MTD.
Ocelot G support has already removed since May 2007.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/devices/docprobe.c')
-rw-r--r-- | drivers/mtd/devices/docprobe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mtd/devices/docprobe.c b/drivers/mtd/devices/docprobe.c index b96ac8e119dc..d574916e7821 100644 --- a/drivers/mtd/devices/docprobe.c +++ b/drivers/mtd/devices/docprobe.c | |||
@@ -84,8 +84,6 @@ static unsigned long __initdata doc_locations[] = { | |||
84 | #elif defined(CONFIG_MOMENCO_OCELOT) | 84 | #elif defined(CONFIG_MOMENCO_OCELOT) |
85 | 0x2f000000, | 85 | 0x2f000000, |
86 | 0xff000000, | 86 | 0xff000000, |
87 | #elif defined(CONFIG_MOMENCO_OCELOT_G) | ||
88 | 0xff000000, | ||
89 | ##else | 87 | ##else |
90 | #warning Unknown architecture for DiskOnChip. No default probe locations defined | 88 | #warning Unknown architecture for DiskOnChip. No default probe locations defined |
91 | #endif | 89 | #endif |