diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2020-03-30 22:25:09 -0500 |
---|---|---|
committer | Matt DeVillier <matt.devillier@gmail.com> | 2020-04-02 20:32:55 +0000 |
commit | 5bbef4bd1bd0aae84008a2ca6f2cfd205a9e9c8d (patch) | |
tree | 4ebfef208f2f7b7ee052b88374e6489e140d4aa9 | |
parent | affd771ba39772b8ef2cfc44ea2a1a3cac8265a7 (diff) |
mb/emulation/qemu-q35: drop unused intel_gma_get_controller_info()
No longer needed anywhere.
Change-Id: Ifeea76af44377d917ec46cac0d9d7375d1a68204
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39961
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r-- | src/mainboard/emulation/qemu-q35/mainboard.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/emulation/qemu-q35/mainboard.c b/src/mainboard/emulation/qemu-q35/mainboard.c index aea6d41648..4ccbcd0524 100644 --- a/src/mainboard/emulation/qemu-q35/mainboard.c +++ b/src/mainboard/emulation/qemu-q35/mainboard.c @@ -16,7 +16,6 @@ #include <device/pci.h> #include <device/pci_ops.h> #include <pc80/keyboard.h> -#include <drivers/intel/gma/i915.h> #define Q35_PAM0 0x90 @@ -25,14 +24,6 @@ static const unsigned char qemu_q35_irqs[] = { 10, 10, 11, 11, }; -struct i915_gpu_controller_info gfx_controller_info = GMA_STATIC_DISPLAYS(0); - -const struct i915_gpu_controller_info * -intel_gma_get_controller_info(void) -{ - return &gfx_controller_info; -} - static void qemu_nb_init(struct device *dev) { /* Map memory at 0xc0000 - 0xfffff */ |