summaryrefslogtreecommitdiff
path: root/arch/mips/loongson64/common/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/loongson64/common/time.c')
-rw-r--r--arch/mips/loongson64/common/time.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/loongson64/common/time.c b/arch/mips/loongson64/common/time.c
index e78760ce475b..1245f22cec84 100644
--- a/arch/mips/loongson64/common/time.c
+++ b/arch/mips/loongson64/common/time.c
@@ -11,7 +11,6 @@
#include <asm/hpet.h>
#include <loongson.h>
-#include <cs5536/cs5536_mfgpt.h>
void __init plat_time_init(void)
{
@@ -20,8 +19,6 @@ void __init plat_time_init(void)
#ifdef CONFIG_RS780_HPET
setup_hpet_timer();
-#else
- setup_mfgpt0_timer();
#endif
}