From: Christian Dietrich Date: Wed, 4 Aug 2010 12:41:59 +0000 (+0200) Subject: arch/m68knommu: Removing dead M68000 config option X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cb8a5565cbab5d03501bb0c05dda05078a7295fd;p=linux-beck.git arch/m68knommu: Removing dead M68000 config option CONFIG_M68000 doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich Signed-off-by: Greg Ungerer --- diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c index ba92b90d5fbc..c684adf5dc40 100644 --- a/arch/m68knommu/kernel/setup.c +++ b/arch/m68knommu/kernel/setup.c @@ -54,9 +54,6 @@ void (*mach_reset)(void); void (*mach_halt)(void); void (*mach_power_off)(void); -#ifdef CONFIG_M68000 - #define CPU "MC68000" -#endif #ifdef CONFIG_M68328 #define CPU "MC68328" #endif