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"