summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/sata/sata.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-16 12:11:32 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-15 20:40:52 +0000
commite1f8db9adbbf6883e7083c4362f4a3f3f273b498 (patch)
treecf9b9a6bcb60782fbeb80098503a0bf12b9871bf /src/soc/amd/common/block/sata/sata.c
parentdeda9c0f8aaad505a67763a268d61fb17105adae (diff)
downloadcoreboot-e1f8db9adbbf6883e7083c4362f4a3f3f273b498.tar.gz
coreboot-e1f8db9adbbf6883e7083c4362f4a3f3f273b498.tar.bz2
coreboot-e1f8db9adbbf6883e7083c4362f4a3f3f273b498.zip
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/amd/common/block/sata/sata.c')
-rw-r--r--src/soc/amd/common/block/sata/sata.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/sata/sata.c b/src/soc/amd/common/block/sata/sata.c
index cbbc7cfd9285..5aa20887dd9d 100644
--- a/src/soc/amd/common/block/sata/sata.c
+++ b/src/soc/amd/common/block/sata/sata.c
@@ -16,7 +16,6 @@
#include <device/device.h>
#include <device/pci.h>
#include <device/pci_ids.h>
-#include <device/pci_ops.h>
#include <amdblocks/sata.h>
void __weak soc_enable_sata_features(struct device *dev) { }