diff options
Diffstat (limited to 'src/soc/intel/elkhartlake/bootblock/pch.c')
-rw-r--r-- | src/soc/intel/elkhartlake/bootblock/pch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/elkhartlake/bootblock/pch.c b/src/soc/intel/elkhartlake/bootblock/pch.c index 04849d4c8c..09b78bea3e 100644 --- a/src/soc/intel/elkhartlake/bootblock/pch.c +++ b/src/soc/intel/elkhartlake/bootblock/pch.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ +#include <commonlib/console/post_codes.h> #include <console/console.h> -#include <console/post_codes.h> #include <device/device.h> #include <device/mmio.h> #include <device/pci_ops.h> |