diff options
Diffstat (limited to 'drivers/power/exynos-tmu.c')
-rw-r--r-- | drivers/power/exynos-tmu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/power/exynos-tmu.c b/drivers/power/exynos-tmu.c index 6d62f6cae40..21c2fabce1b 100644 --- a/drivers/power/exynos-tmu.c +++ b/drivers/power/exynos-tmu.c @@ -17,11 +17,12 @@ * MA 02111-1307 USA */ -#include <common.h> #include <errno.h> #include <fdtdec.h> #include <log.h> +#include <time.h> #include <tmu.h> +#include <asm/io.h> #include <asm/arch/tmu.h> #include <asm/arch/power.h> |