diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-06 07:16:11 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-09 21:17:08 +0000 |
commit | fc84ae7aa3cf7e8000ef69f854281f4648eeb2b8 (patch) | |
tree | 4ae92cac89f4360ad2e38b9caee0381d3317eeaa /src/cpu | |
parent | c3cef7e7b00648ac72a714c94b09a66095e51473 (diff) |
treewide: Remove unused <cpu/amd/msr.h>
Change-Id: Id24a7c7db24f49672df9d5ceefec5b7596f23e09
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64939
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/cpu')
-rw-r--r-- | src/cpu/amd/pi/00730F01/fixme.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/amd/pi/00730F01/fixme.c b/src/cpu/amd/pi/00730F01/fixme.c index 785d2dff09..bc649b795e 100644 --- a/src/cpu/amd/pi/00730F01/fixme.c +++ b/src/cpu/amd/pi/00730F01/fixme.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <arch/hpet.h> -#include <cpu/amd/msr.h> #include <cpu/amd/mtrr.h> #include <northbridge/amd/agesa/agesa_helper.h> #include <Porting.h> |