diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-09-16 20:43:33 +0200 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-09-29 09:18:36 +1000 |
commit | 1089c552fb50a4693bddb6ec00e58d4e7998ce55 (patch) | |
tree | 4888e8468e0484d428e58f4eade5d478c6ac677b /arch/m68k | |
parent | ecb6bdcde2474c8c954179b74fd3df3ad84fba75 (diff) | |
download | op-kernel-dev-1089c552fb50a4693bddb6ec00e58d4e7998ce55.zip op-kernel-dev-1089c552fb50a4693bddb6ec00e58d4e7998ce55.tar.gz |
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 eec7f71..075aaab 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 |