summaryrefslogtreecommitdiff
path: root/arch/m68k/coldfire
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-09-16 20:43:33 +0200
committerGreg Ungerer <gerg@uclinux.org>2014-09-29 09:18:36 +1000
commit1089c552fb50a4693bddb6ec00e58d4e7998ce55 (patch)
tree4888e8468e0484d428e58f4eade5d478c6ac677b /arch/m68k/coldfire
parentecb6bdcde2474c8c954179b74fd3df3ad84fba75 (diff)
m68k/coldfire: remove second asm/mcfclk.h inclusion in m54xx.c
asm/mcfclk.h was included twice. Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/coldfire')
-rw-r--r--arch/m68k/coldfire/m54xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/m54xx.c b/arch/m68k/coldfire/m54xx.c
index eec7f71af19e..075aaabd1360 100644
--- a/arch/m68k/coldfire/m54xx.c
+++ b/arch/m68k/coldfire/m54xx.c
@@ -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