aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lemote/lm2e/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lemote/lm2e/time.c')
-rw-r--r--arch/mips/lemote/lm2e/time.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/lemote/lm2e/time.c b/arch/mips/lemote/lm2e/time.c
index b9d3f11b6203..b13d17174654 100644
--- a/arch/mips/lemote/lm2e/time.c
+++ b/arch/mips/lemote/lm2e/time.c
@@ -10,13 +10,10 @@
10 * Free Software Foundation; either version 2 of the License, or (at your 10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version. 11 * option) any later version.
12 */ 12 */
13
14#include <linux/init.h>
15
16#include <asm/mc146818-time.h> 13#include <asm/mc146818-time.h>
17#include <asm/time.h> 14#include <asm/time.h>
18 15
19extern unsigned long cpu_clock_freq; 16#include <loongson.h>
20 17
21void __init plat_time_init(void) 18void __init plat_time_init(void)
22{ 19{