Change in coreboot[master]: device/oprom/realmode: Add missing <device/device.h>
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37845 ) Change subject: device/oprom/realmode: Add missing <device/device.h> ...................................................................... device/oprom/realmode: Add missing <device/device.h> Change-Id: I3b9de1972177cb6695aac1fecfa8bd835eb3d1d6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> --- M src/device/oprom/realmode/x86.c 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/37845/1 diff --git a/src/device/oprom/realmode/x86.c b/src/device/oprom/realmode/x86.c index 8ba0241..a39e038 100644 --- a/src/device/oprom/realmode/x86.c +++ b/src/device/oprom/realmode/x86.c @@ -17,6 +17,7 @@ #include <boot/coreboot_tables.h> #include <console/console.h> #include <delay.h> +#include <device/device.h> #include <device/pci.h> #include <device/pci_ids.h> #include <pc80/i8259.h> -- To view, visit https://review.coreboot.org/c/coreboot/+/37845 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I3b9de1972177cb6695aac1fecfa8bd835eb3d1d6 Gerrit-Change-Number: 37845 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/+/37845 ) Change subject: device/oprom/realmode: Add missing <device/device.h> ...................................................................... Abandoned -- To view, visit https://review.coreboot.org/c/coreboot/+/37845 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I3b9de1972177cb6695aac1fecfa8bd835eb3d1d6 Gerrit-Change-Number: 37845 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)