summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/common/uart.c')
-rw-r--r--src/soc/mediatek/common/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/uart.c b/src/soc/mediatek/common/uart.c
index 56e98739cd..20ec8766c4 100644
--- a/src/soc/mediatek/common/uart.c
+++ b/src/soc/mediatek/common/uart.c
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
-#include <arch/io.h>
+#include <device/mmio.h>
#include <boot/coreboot_tables.h>
#include <console/uart.h>
#include <drivers/uart/uart8250reg.h>