summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/common/timer.c')
-rw-r--r--src/soc/mediatek/common/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/timer.c b/src/soc/mediatek/common/timer.c
index 2bf2aece9f..0762c2b4b4 100644
--- a/src/soc/mediatek/common/timer.c
+++ b/src/soc/mediatek/common/timer.c
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
-#include <arch/io.h>
+#include <device/mmio.h>
#include <timer.h>
#include <delay.h>
#include <thread.h>