From: Paulo Zanoni Date: Tue, 4 Apr 2017 19:32:18 +0000 (+0000) Subject: drm/i915: fix INTEL_BDW_IDS definition X-Git-Tag: v4.9.22~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b348464eea01b2d4447c72a84d27e6d32a709ad;p=platform%2Fkernel%2Flinux-amlogic.git drm/i915: fix INTEL_BDW_IDS definition [ Upstream commit 7fbd995ce4241e98d30859405504c3fb279c4ccb ] Remove duplicated IDs from the list. Currently, this definition is only used by early-quirks.c. From my understanding of the code, having duplicated IDs shouldn't be causing any bugs. Fixes: 8d9c20e1d1e3 ("drm/i915: Remove .is_mobile field from platform struct") Cc: Carlos Santa Cc: Rodrigo Vivi Signed-off-by: Paulo Zanoni Reviewed-by: Rodrigo Vivi Link: http://patchwork.freedesktop.org/patch/msgid/1483473860-17644-1-git-send-email-paulo.r.zanoni@intel.com Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 0d5f4268d75f..77b6bcb60f2b 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -240,8 +240,6 @@ INTEL_BDW_GT12_IDS(info), \ INTEL_BDW_GT3_IDS(info), \ INTEL_BDW_RSVDM_IDS(info), \ - INTEL_BDW_GT12_IDS(info), \ - INTEL_BDW_GT3_IDS(info), \ INTEL_BDW_RSVDD_IDS(info) #define INTEL_CHV_IDS(info) \