diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/common/block/cpu/tsc/monotonic_timer.c | 1 | ||||
-rw-r--r-- | src/soc/amd/picasso/fch.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/cpu/tsc/monotonic_timer.c b/src/soc/amd/common/block/cpu/tsc/monotonic_timer.c index 941532cca6..4cedc3d3a2 100644 --- a/src/soc/amd/common/block/cpu/tsc/monotonic_timer.c +++ b/src/soc/amd/common/block/cpu/tsc/monotonic_timer.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include <cpu/x86/msr.h> #include <cpu/x86/tsc.h> #include <timer.h> #include <timestamp.h> diff --git a/src/soc/amd/picasso/fch.c b/src/soc/amd/picasso/fch.c index 00402213d8..c4d34a5301 100644 --- a/src/soc/amd/picasso/fch.c +++ b/src/soc/amd/picasso/fch.c @@ -4,7 +4,6 @@ #include <bootstate.h> #include <cpu/amd/msr.h> #include <cpu/x86/smm.h> -#include <cpu/x86/msr.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ops.h> |