diff options
Diffstat (limited to 'src/soc/intel/tigerlake/lpm.c')
-rw-r--r-- | src/soc/intel/tigerlake/lpm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/tigerlake/lpm.c b/src/soc/intel/tigerlake/lpm.c index 0dd725abb9..fe4f43d457 100644 --- a/src/soc/intel/tigerlake/lpm.c +++ b/src/soc/intel/tigerlake/lpm.c @@ -1,10 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ -#include <arch/cpu.h> +#include <cpu/cpu.h> +#include <cpu/intel/cpu_ids.h> #include <device/device.h> -#include <device/pci_ops.h> #include <device/pci_ids.h> -#include <cpu/intel/cpu_ids.h> +#include <device/pci_ops.h> #include <soc/lpm.h> #include <soc/pci_devs.h> #include <soc/soc_chip.h> |