diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2020-03-30 22:27:23 -0500 |
---|---|---|
committer | Matt DeVillier <matt.devillier@gmail.com> | 2020-04-02 20:33:03 +0000 |
commit | 79b35019a358054d6baf4b5b10b11f3720f78f1e (patch) | |
tree | b670564269da839ce7c3a424a9d7f61256c0275f /src/drivers | |
parent | 5bbef4bd1bd0aae84008a2ca6f2cfd205a9e9c8d (diff) |
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>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/intel/gma/i915.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/intel/gma/i915.h b/src/drivers/intel/gma/i915.h index fc7b35ab83..ff44ac1b60 100644 --- a/src/drivers/intel/gma/i915.h +++ b/src/drivers/intel/gma/i915.h @@ -99,8 +99,6 @@ struct i915_gpu_controller_info 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; |