Change in coreboot[master]: drivers/intel/gma/vbt: Clean up includes
HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37848 ) Change subject: drivers/intel/gma/vbt: Clean up includes ...................................................................... drivers/intel/gma/vbt: Clean up includes Change-Id: I831b30c6e5b8c4e13b190aafd0ce22152ac64b46 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> --- M src/drivers/intel/gma/vbt.c 1 file changed, 4 insertions(+), 3 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/37848/1 diff --git a/src/drivers/intel/gma/vbt.c b/src/drivers/intel/gma/vbt.c index 603044a..711a34d 100644 --- a/src/drivers/intel/gma/vbt.c +++ b/src/drivers/intel/gma/vbt.c @@ -12,11 +12,12 @@ * GNU General Public License for more details. */ -#include <device/pci_ops.h> #include <device/device.h> -#include <string.h> -#include <device/pci.h> +#include <device/pci_ops.h> +#include <device/pci_def.h> +#include <device/pci_rom.h> #include <drivers/intel/gma/opregion.h> +#include <string.h> #include "i915.h" #include "intel_bios.h" -- To view, visit https://review.coreboot.org/c/coreboot/+/37848 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I831b30c6e5b8c4e13b190aafd0ce22152ac64b46 Gerrit-Change-Number: 37848 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/+/37848 ) Change subject: drivers/intel/gma/vbt: Clean up includes ...................................................................... Abandoned -- To view, visit https://review.coreboot.org/c/coreboot/+/37848 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-Change-Id: I831b30c6e5b8c4e13b190aafd0ce22152ac64b46 Gerrit-Change-Number: 37848 Gerrit-PatchSet: 1 Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> Gerrit-MessageType: abandon
participants (1)
-
HAOUAS Elyes (Code Review)