diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-02 23:18:29 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-04 14:07:46 +0000 |
commit | bdaec07a859c0c05e7fd5276a15b3933da574368 (patch) | |
tree | 505cf472c2fd579367ae7ab9635d384c7e2b456a /src/mainboard/siemens | |
parent | 3e6913b389736ba38e104596871e0dac78c09beb (diff) |
arch/io.h: Add missing includes
Fixes indirect includes that would break with followup work.
Change-Id: I37ca01b904a0b422a4d09475377e755e167a6ab3
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31697
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/variants/mc_apl3/mainboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl3/mainboard.c b/src/mainboard/siemens/mc_apl1/variants/mc_apl3/mainboard.c index c436b02d86..3e2e7f0910 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl3/mainboard.c +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl3/mainboard.c @@ -13,6 +13,7 @@ * GNU General Public License for more details. */ +#include <arch/io.h> #include <bootstate.h> #include <cf9_reset.h> #include <console/console.h> |