Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Vinod Govindapillai and committed by
Mika Kahola
840cb2dc 767bb0b1

-1
-1
drivers/gpu/drm/i915/display/intel_fbc.h
··· 13 13 struct intel_crtc; 14 14 struct intel_crtc_state; 15 15 struct intel_display; 16 - struct intel_display; 17 16 struct intel_fbc; 18 17 struct intel_plane; 19 18 struct intel_plane_state;