HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37846 )
Change subject: device/pci_rom: Add missing <device/pci_def.h> ......................................................................
device/pci_rom: Add missing <device/pci_def.h>
Change-Id: I3c49e6916f83e35afb846ff093827522e92fc980 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/device/pci_rom.c 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/37846/1
diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c index a405dff..f7b978c 100644 --- a/src/device/pci_rom.c +++ b/src/device/pci_rom.c @@ -15,6 +15,7 @@ #include <commonlib/endian.h> #include <device/device.h> #include <device/pci.h> +#include <device/pci_def.h> #include <device/pci_ids.h> #include <device/pci_ops.h> #include <device/pci_rom.h>
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37846 )
Change subject: device/pci_rom: Add missing <device/pci_def.h> ......................................................................
Abandoned