summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/me_status.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-12-12 15:12:43 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 05:20:49 +0000
commit6e0044dbf285eaf546c7f0db0d6a9fff6c2d30fb (patch)
treecbe01fd714620c54693dd1cc40060cd67980a8e5 /src/soc/intel/broadwell/me_status.c
parentae75400ae338180da9a75526b017042a1780c4f9 (diff)
downloadcoreboot-6e0044dbf285eaf546c7f0db0d6a9fff6c2d30fb.tar.xz
soc: Remove useless include <device/pci_ids.h>
Change-Id: Idef8c556ac8c05c5e2047a38629422544392cd62 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30200 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/intel/broadwell/me_status.c')
-rw-r--r--src/soc/intel/broadwell/me_status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/me_status.c b/src/soc/intel/broadwell/me_status.c
index 819e94ce3c..374870185b 100644
--- a/src/soc/intel/broadwell/me_status.c
+++ b/src/soc/intel/broadwell/me_status.c
@@ -16,7 +16,6 @@
#include <arch/io.h>
#include <console/console.h>
#include <device/pci.h>
-#include <device/pci_ids.h>
#include <stdlib.h>
#include <string.h>
#include <soc/pci_devs.h>