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:
parent
3b6d80fcb0
commit
4c44108423
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue