diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-09-24 16:13:34 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 23:46:07 +0100 |
commit | 99977c1e9faa6a28677314c16f94762fc1f3f365 (patch) | |
tree | 86d2c48718ee498f852caf5b7d0fa4d34a558a08 /arch/mips/dec | |
parent | baf22c1e7aedf264e264b15d2595e5e76564bd4e (diff) |
[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>
Diffstat (limited to 'arch/mips/dec')
-rw-r--r-- | arch/mips/dec/time.c | 1 |
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> |