summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-02 20:05:20 +0200
committerMartin Roth <martin.roth@amd.corp-partner.google.com>2022-10-06 18:12:56 +0000
commit89d9bf900fd5d3af251effa30dd2aa1889b78bb9 (patch)
treeb9b9634848451c604169790017af68e170c0aab3 /src/southbridge
parentddd43de5862cf5a4e098c6c9f802d21f8f4af710 (diff)
sb/intel/common/pmbase.c: Clean up includes
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ie23472d45c8232f5c907ec1757a648fa1a27d533 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68049 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/common/pmbase.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/southbridge/intel/common/pmbase.c b/src/southbridge/intel/common/pmbase.c
index d5578fc27e..2fddfc9f87 100644
--- a/src/southbridge/intel/common/pmbase.c
+++ b/src/southbridge/intel/common/pmbase.c
@@ -1,13 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdint.h>
#include <acpi/acpi.h>
#include <arch/io.h>
+#include <assert.h>
#include <bootmode.h>
#include <device/pci_ops.h>
-#include <device/device.h>
-#include <device/pci.h>
-#include <assert.h>
+#include <device/pci_type.h>
+#include <stdint.h>
#include "pmbase.h"
#include "pmutil.h"