HAOUAS Elyes has uploaded this change for review.

View Change

{device,drivers}: Add missing include <device/pci_rom.h>

Change-Id: I1ab9d0d61099bff1a72d4b2eecc37201eaf9ef51
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/device/pci_device.c
M src/device/pci_rom.c
M src/drivers/intel/gma/opregion.c
3 files changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/37844/1
diff --git a/src/device/pci_device.c b/src/device/pci_device.c
index 36b7c82..2f85e1a 100644
--- a/src/device/pci_device.c
+++ b/src/device/pci_device.c
@@ -18,6 +18,7 @@

#include <arch/acpi.h>
#include <device/pci_ops.h>
+#include <device/pci_rom.h>
#include <bootmode.h>
#include <console/console.h>
#include <stdlib.h>
diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c
index 3676f9c..a405dff 100644
--- a/src/device/pci_rom.c
+++ b/src/device/pci_rom.c
@@ -17,6 +17,7 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
+#include <device/pci_rom.h>
#include <string.h>
#include <cbfs.h>
#include <cbmem.h>
diff --git a/src/drivers/intel/gma/opregion.c b/src/drivers/intel/gma/opregion.c
index 56449d0..037821d 100644
--- a/src/drivers/intel/gma/opregion.c
+++ b/src/drivers/intel/gma/opregion.c
@@ -20,6 +20,7 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/pci_ops.h>
+#include <device/pci_rom.h>
#include <console/console.h>
#include <cbmem.h>
#include "intel_bios.h"

To view, visit change 37844. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I1ab9d0d61099bff1a72d4b2eecc37201eaf9ef51
Gerrit-Change-Number: 37844
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange