aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-09-24 16:13:34 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-10-11 23:46:07 +0100
commit99977c1e9faa6a28677314c16f94762fc1f3f365 (patch)
tree86d2c48718ee498f852caf5b7d0fa4d34a558a08
parent[MIPS] Split up war.h (diff)
downloadlinux-dev-99977c1e9faa6a28677314c16f94762fc1f3f365.tar.xz
linux-dev-99977c1e9faa6a28677314c16f94762fc1f3f365.zip
[MIPS] dec/time.c: Remove no longer needed inclusion of <asm/div64.h>.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/dec/time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/dec/time.c b/arch/mips/dec/time.c
index 8b7e0c17ac35..e2973a432b92 100644
--- a/arch/mips/dec/time.c
+++ b/arch/mips/dec/time.c
@@ -24,7 +24,6 @@
#include <asm/bootinfo.h>
#include <asm/cpu.h>
-#include <asm/div64.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/mipsregs.h>