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/braswell | |
parent | deda9c0f8aaad505a67763a268d61fb17105adae (diff) | |
download | coreboot-e1f8db9adbbf6883e7083c4362f4a3f3f273b498.tar.xz |
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/braswell')
-rw-r--r-- | src/soc/intel/braswell/elog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/elog.c b/src/soc/intel/braswell/elog.c index f1fc7d4e24..6efcef1452 100644 --- a/src/soc/intel/braswell/elog.c +++ b/src/soc/intel/braswell/elog.c @@ -20,7 +20,6 @@ #include <console/console.h> #include <device/device.h> #include <device/pci.h> -#include <device/pci_ops.h> #include <elog.h> #include <soc/iomap.h> #include <soc/pm.h> |