mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
This commit is contained in:
committed by
Greg Ungerer
parent
f6f94e2ab1
commit
cb8a5565cb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user