diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-06-02 10:47:59 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-22 11:49:53 +0000 |
commit | 8a0d130391e63eb660c480bed4b2c226a24180b2 (patch) | |
tree | 628f265f72f56508354bf78abe6f43b23fd09c38 /src/drivers/intel | |
parent | 32661c7a354580d153d1a697c7443baf840ffad6 (diff) | |
download | coreboot-8a0d130391e63eb660c480bed4b2c226a24180b2.tar.xz |
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>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/gma/intel_ddi.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/drivers/intel/gma/intel_ddi.c b/src/drivers/intel/gma/intel_ddi.c index a04789b5f0..24bc162238 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 |