Re: [PATCH 1/2] m68k: fix some compiler warnings when building for DragonBall

2014-04-05 Thread Daniel Palmer
Sure, it's just GCC complaining that the CPU name has already been defined. It's minor :) -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/2] m68k: fix some compiler warnings when building for DragonBall

2014-04-05 Thread Geert Uytterhoeven
Hi Daniel, Thanks for your patch! Can you please show the compiler warnings in the description? That helps reviewers, and will make this patch show up if someone searches for the compiler warnings using e.g. Google. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- Ther

[PATCH 1/2] m68k: fix some compiler warnings when building for DragonBall

2014-04-04 Thread Daniel Palmer
Signed-off-by: Daniel Palmer --- arch/m68k/kernel/setup_no.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/arch/m68k/kernel/setup_no.c b/arch/m68k/kernel/setup_no.c index 5b16f5d..88c27d9 100644 --- a/arch/m68k/kernel/setup_no.c +++ b/arch/m68k/kernel/setup_no.