Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/41996 )
Change subject: drivers/intel/gma/intel_ddi.c: Clean up ......................................................................
drivers/intel/gma/intel_ddi.c: Clean up
Remove unused includes.
Change-Id: I91dd92b54822dd0d10051ccd600ce787860c8ff6 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/41996 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/drivers/intel/gma/intel_ddi.c 1 file changed, 0 insertions(+), 8 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/drivers/intel/gma/intel_ddi.c b/src/drivers/intel/gma/intel_ddi.c index a04789b..24bc162 100644 --- a/src/drivers/intel/gma/intel_ddi.c +++ b/src/drivers/intel/gma/intel_ddi.c @@ -1,15 +1,7 @@ /* SPDX-License-Identifier: MIT */
#include <types.h> -#include <device/device.h> -#include <device/pci_def.h> #include <console/console.h> -#include <acpi/acpi.h> -#include <device/pci.h> -#include <ec/google/chromeec/ec.h> -#include <cpu/x86/tsc.h> -#include <cpu/x86/msr.h> -#include <edid.h> #include <drivers/intel/gma/i915.h>
/* HDMI/DVI modes ignore everything but the last 2 items. So we share