[PATCH] m68knommu: remove unused CONFIG_DISKtel

From: Greg Ungerer
Date: Wed Apr 30 2008 - 22:20:49 EST


Remove unused CONFIG_DISKtel support.
Missing config definition pointed out by
Robert P. J. Day <rpjday@xxxxxxxxxxxxxx>

Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx>
---


diff -Naurp linux-2.6.25/arch/m68knommu/platform/5307/config.c linux-2.6.25-uc0/arch/m68knommu/platform/5307/config.c
--- linux-2.6.25/arch/m68knommu/platform/5307/config.c 2008-04-17 12:49:44.000000000 +1000
+++ linux-2.6.25-uc0/arch/m68knommu/platform/5307/config.c 2008-01-11 13:37:38.000000000 +1000
@@ -124,8 +124,7 @@ void __init config_BSP(char *commandp, i
mcf_setimr(MCFSIM_IMR_MASKALL);

#if defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
- defined(CONFIG_DISKtel) || defined(CONFIG_SECUREEDGEMP3) || \
- defined(CONFIG_CLEOPATRA)
+ defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
/* Copy command line from FLASH to local buffer... */
memcpy(commandp, (char *) 0xf0004000, size);
commandp[size-1] = 0;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/