From d2167a2c29dd3cee2f4c1e862f0f346ced24f8b4 Mon Sep 17 00:00:00 2001 From: Tvrtko Ursulin Date: Mon, 31 Dec 2018 14:22:12 +0200 Subject: [PATCH] drm/i915: Remove has_pooled_eu static initializer MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is only initialized to zero once so does not need an explicit initializer. Signed-off-by: Tvrtko Ursulin Reviewed-by: Ville Syrjälä Cc: Chris Wilson Cc: Jani Nikula Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20181231122212.1667-1-jani.nikula@intel.com --- drivers/gpu/drm/i915/i915_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index 6350db5503cd..0d342f2b44a5 100644 --- a/drivers/gpu/drm/i915/i915_pci.c +++ b/drivers/gpu/drm/i915/i915_pci.c @@ -532,7 +532,6 @@ static const struct intel_device_info intel_skylake_gt4_info = { .display.has_fbc = 1, \ .display.has_psr = 1, \ .has_runtime_pm = 1, \ - .has_pooled_eu = 0, \ .display.has_csr = 1, \ .has_rc6 = 1, \ .display.has_dp_mst = 1, \ -- 2.45.2