summaryrefslogtreecommitdiff
path: root/src/mainboard/samsung
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-06-16 11:47:50 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-16 07:29:18 +0000
commit198f427907074767550841c8375f5cc0fae9e68c (patch)
tree5872c854036cb88ee66fe52119d3c0f430f4fbb4 /src/mainboard/samsung
parent416be81068855c1f1329ae3f27dae0d13657f9b7 (diff)
downloadcoreboot-198f427907074767550841c8375f5cc0fae9e68c.tar.xz
src/mainboard: Remove unused include <device/pci_ops.h>
Change-Id: Icdbccb3af294dd97ba1835f034669198094a3661 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33528 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r--src/mainboard/samsung/lumpy/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/samsung/lumpy/mainboard.c b/src/mainboard/samsung/lumpy/mainboard.c
index 893830e16f..f793963fd4 100644
--- a/src/mainboard/samsung/lumpy/mainboard.c
+++ b/src/mainboard/samsung/lumpy/mainboard.c
@@ -18,7 +18,6 @@
#include <string.h>
#include <device/device.h>
#include <device/pci_def.h>
-#include <device/pci_ops.h>
#include <drivers/intel/gma/int15.h>
#include <arch/acpi.h>
#include <boot/coreboot_tables.h>