diff options
Diffstat (limited to 'test/dm/regmap.c')
-rw-r--r-- | test/dm/regmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/regmap.c b/test/dm/regmap.c index 8560f2afc2..1398f8f657 100644 --- a/test/dm/regmap.c +++ b/test/dm/regmap.c @@ -3,13 +3,13 @@ * Copyright (C) 2015 Google, Inc */ -#include <common.h> #include <dm.h> #include <log.h> #include <mapmem.h> #include <regmap.h> #include <syscon.h> #include <rand.h> +#include <time.h> #include <asm/test.h> #include <dm/test.h> #include <dm/devres.h> |