From 5198f847f7229a7f3a44d774d1e662ab6c689dc0 Mon Sep 17 00:00:00 2001 From: Daniel Palmer Date: Sat, 5 Apr 2014 17:05:45 +0900 Subject: [PATCH] m68k: fix a compiler warning when building for DragonBall In file included from arch/m68k/kernel/setup.c:4:0: arch/m68k/kernel/setup_no.c:70:0: warning: "CPU_NAME" redefined [enabled by default] #define CPU_NAME "MC68VZ328" ^ arch/m68k/kernel/setup_no.c:61:0: note: this is the location of the previous definition #define CPU_NAME "MC68000" ^ Signed-off-by: Daniel Palmer Signed-off-by: Greg Ungerer --- Reading git-format-patch failed