Переглянути джерело

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 <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Christian Dietrich 15 роки тому
батько
коміт
cb8a5565cb
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      arch/m68knommu/kernel/setup.c

+ 0 - 3
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