summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rv11/variants/rv11/early_init.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-05 15:04:55 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-20 17:59:59 +0000
commitb9bd69e70ed355d89ff41d66ed7134338c5986fe (patch)
tree778bbc72cae3689f8a09eb0b17c1915b02598e1f /src/mainboard/roda/rv11/variants/rv11/early_init.c
parented69de318f4a87a8fe2c82a9cd5b2893c8538f38 (diff)
downloadcoreboot-b9bd69e70ed355d89ff41d66ed7134338c5986fe.tar.gz
coreboot-b9bd69e70ed355d89ff41d66ed7134338c5986fe.tar.bz2
coreboot-b9bd69e70ed355d89ff41d66ed7134338c5986fe.zip
src/mainboard: Remove unused '#include <device/pci.h>'
Change-Id: I5791fddec8b2387df5979adbb1a0fa64c5dd23ea Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37522 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/roda/rv11/variants/rv11/early_init.c')
-rw-r--r--src/mainboard/roda/rv11/variants/rv11/early_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/roda/rv11/variants/rv11/early_init.c b/src/mainboard/roda/rv11/variants/rv11/early_init.c
index 80d8028b944e..bd4d5c57262a 100644
--- a/src/mainboard/roda/rv11/variants/rv11/early_init.c
+++ b/src/mainboard/roda/rv11/variants/rv11/early_init.c
@@ -14,7 +14,6 @@
*/
#include <stdint.h>
-#include <device/pci.h>
#include <northbridge/intel/sandybridge/raminit.h>
#include <northbridge/intel/sandybridge/raminit_native.h>
#include <northbridge/intel/sandybridge/sandybridge.h>