From: Maciej W. Rozycki <macro@linux-mips.org> Date: Mon, 24 Sep 2007 15:13:34 +0000 (+0100) Subject: [MIPS] dec/time.c: Remove no longer needed inclusion of <asm/div64.h>. X-Git-Tag: firefly_0821_release~26071^2~43 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=99977c1e9faa6a28677314c16f94762fc1f3f365;p=firefly-linux-kernel-4.4.55.git [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> --- 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>