diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-12 11:43:05 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-12-15 13:37:41 +0000 |
commit | 315d3264b603e16f5694ac0b61b139f18409e51e (patch) | |
tree | f3b00508517c39f6670f7a9abd277e65d5cffc02 /src/soc/intel/alderlake/finalize.c | |
parent | 8d728c2090614511a0586194bccc30d1e628fe0a (diff) |
treewide: Remove unused 'include <arch/io.h>'
Change-Id: I6f1d7625eb457084ba893b25518fdfdb59cf64db
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70693
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/soc/intel/alderlake/finalize.c')
-rw-r--r-- | src/soc/intel/alderlake/finalize.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/finalize.c b/src/soc/intel/alderlake/finalize.c index e97d63fcea..2900045a66 100644 --- a/src/soc/intel/alderlake/finalize.c +++ b/src/soc/intel/alderlake/finalize.c @@ -6,7 +6,6 @@ * Chapter number: 4, 29 */ -#include <arch/io.h> #include <bootstate.h> #include <commonlib/console/post_codes.h> #include <console/console.h> |