soc/mediatek: Include addressmap.h in gpio_common.h

The gpio_common.h needs EINT_BASE from addressmap.h.

Signed-off-by: CK Hu <ck.hu@mediatek.com>
Change-Id: I20834e38343410526da0a489fed907acbf479d02
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44571
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
This commit is contained in:
CK Hu 2020-03-11 12:37:24 +08:00 committed by Hung-Te Lin
parent 3b6d80fcb0
commit 4c44108423
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#ifndef SOC_MEDIATEK_COMMON_GPIO_H
#define SOC_MEDIATEK_COMMON_GPIO_H
#include <soc/addressmap.h>
#include <soc/gpio_base.h>
#include <stddef.h>
#include <stdint.h>