Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39962 )
Change subject: drivers/intel/gma: drop intel_gma_get_controller_info() ......................................................................
drivers/intel/gma: drop intel_gma_get_controller_info()
Drop function prototype, since all implementations have been removed.
Change-Id: I2e7b5ac7352a1434652b5e6d37bb3744c68b2328 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/drivers/intel/gma/i915.h 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/39962/1
diff --git a/src/drivers/intel/gma/i915.h b/src/drivers/intel/gma/i915.h index fc7b35a..ff44ac1 100644 --- a/src/drivers/intel/gma/i915.h +++ b/src/drivers/intel/gma/i915.h @@ -99,8 +99,6 @@
void drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info *conf); -const struct i915_gpu_controller_info * -intel_gma_get_controller_info(void);
/* vbt.c */ struct device;
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/39962 )
Change subject: drivers/intel/gma: drop intel_gma_get_controller_info() ......................................................................
Patch Set 2: Code-Review+2
Matt DeVillier has submitted this change. ( https://review.coreboot.org/c/coreboot/+/39962 )
Change subject: drivers/intel/gma: drop intel_gma_get_controller_info() ......................................................................
drivers/intel/gma: drop intel_gma_get_controller_info()
Drop function prototype, since all implementations have been removed.
Change-Id: I2e7b5ac7352a1434652b5e6d37bb3744c68b2328 Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/39962 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/drivers/intel/gma/i915.h 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/drivers/intel/gma/i915.h b/src/drivers/intel/gma/i915.h index fc7b35a..ff44ac1 100644 --- a/src/drivers/intel/gma/i915.h +++ b/src/drivers/intel/gma/i915.h @@ -99,8 +99,6 @@
void drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info *conf); -const struct i915_gpu_controller_info * -intel_gma_get_controller_info(void);
/* vbt.c */ struct device;