m68k/coldfire: remove second asm/mcfclk.h inclusion in m54xx.c
authorFabian Frederick <fabf@skynet.be>
Tue, 16 Sep 2014 18:43:33 +0000 (20:43 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Sep 2014 23:18:36 +0000 (09:18 +1000)
asm/mcfclk.h was included twice.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/coldfire/m54xx.c

index eec7f71..075aaab 100644 (file)
@@ -23,7 +23,6 @@
 #include <asm/mcfuart.h>
 #include <asm/mcfclk.h>
 #include <asm/m54xxgpt.h>
-#include <asm/mcfclk.h>
 #ifdef CONFIG_MMU
 #include <asm/mmu_context.h>
 #endif