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>
This commit is contained in:
Elyes HAOUAS
2018-12-12 15:12:43 +01:00
committed by Patrick Georgi
parent ae75400ae3
commit 6e0044dbf2
24 changed files with 0 additions and 24 deletions

View File

@@ -18,7 +18,6 @@
#include <console/console.h>
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <reg_script.h>
#include <soc/iosf.h>

View File

@@ -21,7 +21,6 @@
#include <arch/io.h>
#include <commonlib/helpers.h>
#include <console/console.h>
#include <device/pci_ids.h>
#include <spi_flash.h>
#include <spi-generic.h>