diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-05-14 12:54:30 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-05-15 17:59:05 +0000 |
commit | 8b7a16145254deff4ba5191463707d6981017357 (patch) | |
tree | 1751ea1cfd3ae9b3f8f97d33e9f215d39763f2c8 /src/mainboard/apple | |
parent | 274dabd7a04b18bc2f2378bb9faa7416dfd0ab83 (diff) |
src/mainboard: Remove unneeded include <arch/io.h>
Change-Id: I73c557d6ef009fb2cac35fdea500dee76f525330
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32783
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/apple')
-rw-r--r-- | src/mainboard/apple/macbook21/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbook21/romstage.c b/src/mainboard/apple/macbook21/romstage.c index 468cffb7d9..1c84c8432b 100644 --- a/src/mainboard/apple/macbook21/romstage.c +++ b/src/mainboard/apple/macbook21/romstage.c @@ -18,7 +18,6 @@ /* __PRE_RAM__ means: use "unsigned" for device, not a struct. */ #include <stdint.h> -#include <arch/io.h> #include <cf9_reset.h> #include <device/pci_ops.h> #include <device/pci_def.h> |