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>
This commit is contained in:
Fabian Frederick 2014-09-16 20:43:33 +02:00 committed by Greg Ungerer
parent ecb6bdcde2
commit 1089c552fb
1 changed files with 0 additions and 1 deletions

View 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