diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-06-16 12:11:32 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-15 20:40:52 +0000 |
commit | e1f8db9adbbf6883e7083c4362f4a3f3f273b498 (patch) | |
tree | cf9b9a6bcb60782fbeb80098503a0bf12b9871bf /src/soc/intel/common/block | |
parent | deda9c0f8aaad505a67763a268d61fb17105adae (diff) |
src/soc: Remove unused include <device/pci_ops.h>
Change-Id: I80c92f744fb9a6c3788b8b9ba779deef76e58943
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33530
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/hda/hda.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/smbus/smbus.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/hda/hda.c b/src/soc/intel/common/block/hda/hda.c index 96d26d47ab..0cf9baa3ef 100644 --- a/src/soc/intel/common/block/hda/hda.c +++ b/src/soc/intel/common/block/hda/hda.c @@ -19,7 +19,6 @@ #include <device/azalia_device.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <device/pci_ops.h> #include <soc/intel/common/hda_verb.h> #include <soc/ramstage.h> diff --git a/src/soc/intel/common/block/smbus/smbus.c b/src/soc/intel/common/block/smbus/smbus.c index 700d2b7b5f..77b05c1826 100644 --- a/src/soc/intel/common/block/smbus/smbus.c +++ b/src/soc/intel/common/block/smbus/smbus.c @@ -19,7 +19,6 @@ #include <device/smbus.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <device/pci_ops.h> #include <soc/smbus.h> #include "smbuslib.h" |