summaryrefslogtreecommitdiffstats
path: root/commands/dhrystone.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/dhrystone.c')
-rw-r--r--commands/dhrystone.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/dhrystone.c b/commands/dhrystone.c
index c839b0c043..17efa9c099 100644
--- a/commands/dhrystone.c
+++ b/commands/dhrystone.c
@@ -15,9 +15,8 @@
#include <command.h>
#include <errno.h>
#include <clock.h>
-#include <asm-generic/div64.h>
+#include <linux/math64.h>
#include <malloc.h>
-#include <stdbool.h>
#include <stdio.h> /* for strcpy, strcmp */
enum idents {ident_1, ident_2, ident_3, ident_4, ident_5};