drm/i915/fbc: remove one duplicate forward declaration

Remove the duplicate "intel_display"declaration from intel_fbc.h

Signed-off-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Mika Kahola <mika.kahola@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250228093802.27091-2-vinod.govindapillai@intel.com
This commit is contained in:
Vinod Govindapillai 2025-02-28 11:37:54 +02:00 committed by Mika Kahola
parent 767bb0b172
commit 840cb2dc27

View file

@ -13,7 +13,6 @@ struct intel_atomic_state;
struct intel_crtc;
struct intel_crtc_state;
struct intel_display;
struct intel_display;
struct intel_fbc;
struct intel_plane;
struct intel_plane_state;