From e16f1d7810c6b5920f4c691e6b02d0ead3168ccb Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 12 Jul 2017 18:24:18 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/20545 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/drivers/intel/gma/i915.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drivers/intel/gma') 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 -- cgit v1.2.3