diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-09-16 14:43:33 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-28 19:18:36 -0400 |
commit | 1089c552fb50a4693bddb6ec00e58d4e7998ce55 (patch) | |
tree | 4888e8468e0484d428e58f4eade5d478c6ac677b /arch/m68k | |
parent | ecb6bdcde2474c8c954179b74fd3df3ad84fba75 (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')
-rw-r--r-- | arch/m68k/coldfire/m54xx.c | 1 |
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 @@ | |||
23 | #include <asm/mcfuart.h> | 23 | #include <asm/mcfuart.h> |
24 | #include <asm/mcfclk.h> | 24 | #include <asm/mcfclk.h> |
25 | #include <asm/m54xxgpt.h> | 25 | #include <asm/m54xxgpt.h> |
26 | #include <asm/mcfclk.h> | ||
27 | #ifdef CONFIG_MMU | 26 | #ifdef CONFIG_MMU |
28 | #include <asm/mmu_context.h> | 27 | #include <asm/mmu_context.h> |
29 | #endif | 28 | #endif |