diff options
Diffstat (limited to 'drivers/power/exynos-tmu.c')
-rw-r--r-- | drivers/power/exynos-tmu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/power/exynos-tmu.c b/drivers/power/exynos-tmu.c index 21c2fabce1b..6d62f6cae40 100644 --- a/drivers/power/exynos-tmu.c +++ b/drivers/power/exynos-tmu.c @@ -17,12 +17,11 @@ * 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> |