Change in coreboot[master]: device/pci_rom: Add missing <device/pci_def.h>

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> -- To view, visit https://review.coreboot.org/c/coreboot/+/37846 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I3c49e6916f83e35afb846ff093827522e92fc980 Gerrit-Change-Number: 37846 Gerrit-PatchSet: 1 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-MessageType: newchange

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 -- To view, visit https://review.coreboot.org/c/coreboot/+/37846 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I3c49e6916f83e35afb846ff093827522e92fc980 Gerrit-Change-Number: 37846 Gerrit-PatchSet: 1 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-MessageType: abandon
participants (1)
-
HAOUAS Elyes (Code Review)