diff options
author | Patrick Rudolph <siro@das-labor.org> | 2017-07-12 18:24:18 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-15 21:53:50 +0000 |
commit | e16f1d7810c6b5920f4c691e6b02d0ead3168ccb (patch) | |
tree | 54ee995b7862dabd5244070d9358d9bd0900eb0e /src/drivers/intel | |
parent | 19fdedbdd637529424a44c70ca8c70926338fff4 (diff) |
drv/intel/gma/i915: Get rid of unused function prototype
The function prototype isn't used any more, remove it.
Change-Id: Ie5bd4e4ec8f28bc0768d5427cf734ef77855a15e
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/20545
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/drivers/intel')
-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 22b4f34169..6f2b8eaa3c 100644 --- a/src/drivers/intel/gma/i915.h +++ b/src/drivers/intel/gma/i915.h @@ -101,8 +101,6 @@ drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info * const struct i915_gpu_controller_info * intel_gma_get_controller_info(void); -void *igd_make_opregion(void); - /* vbt.c */ struct device; void |