summaryrefslogtreecommitdiffstats
path: root/commands/dhrystone.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/dhrystone.c')
-rw-r--r--commands/dhrystone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/dhrystone.c b/commands/dhrystone.c
index 154910e5d0..17efa9c099 100644
--- a/commands/dhrystone.c
+++ b/commands/dhrystone.c
@@ -15,7 +15,7 @@
#include <command.h>
#include <errno.h>
#include <clock.h>
-#include <asm-generic/div64.h>
+#include <linux/math64.h>
#include <malloc.h>
#include <stdio.h> /* for strcpy, strcmp */