aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/pmutil.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2023-05-02 12:53:00 +0300
committerShelley Chen <shchen@google.com>2023-05-10 21:27:29 +0000
commit85556ac1dc9472a7624cdc3c82aa890407ecceda (patch)
treebc6fd0b8ebfe83e1337e8f568e65b0989f9b610b /src/soc/intel/braswell/pmutil.c
parent5cd548b77308c86b474ffd2a16e9a89bc4efa7ec (diff)
soc/intel: Clean up some includes
Change-Id: Ibb680bb8f94fb8a2812f420ac38f15684b5c0b4f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/74978 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/intel/braswell/pmutil.c')
-rw-r--r--src/soc/intel/braswell/pmutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/pmutil.c b/src/soc/intel/braswell/pmutil.c
index 3efcc7b6de..ea7f0caf2e 100644
--- a/src/soc/intel/braswell/pmutil.c
+++ b/src/soc/intel/braswell/pmutil.c
@@ -6,12 +6,12 @@
#include <arch/io.h>
#include <assert.h>
#include <bootmode.h>
+#include <console/console.h>
#include <device/device.h>
#include <device/mmio.h>
#include <device/pci.h>
#include <device/pci_ops.h>
#include <halt.h>
-#include <console/console.h>
#include <soc/iomap.h>
#include <soc/lpc.h>
#include <soc/pci_devs.h>