From: Jouni Högander Date: Thu, 27 Jul 2023 06:41:41 +0000 (+0300) Subject: drm/i915/display: Remove i915_gem_object_types.h from intel_frontbuffer.h X-Git-Tag: v6.6.7~1918^2~17^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1836a6c6668cf9d566b99e9db1661c107c5b9c81;p=platform%2Fkernel%2Flinux-starfive.git drm/i915/display: Remove i915_gem_object_types.h from intel_frontbuffer.h Now as we have removed all the references to internals of i915_gem_object from the frontbuffer header we can also remove including i915_gem_object_types.h. Signed-off-by: Jouni Högander Reviewed-by: Jeevan B Link: https://patchwork.freedesktop.org/patch/msgid/20230727064142.751976-4-jouni.hogander@intel.com --- diff --git a/drivers/gpu/drm/i915/display/intel_frontbuffer.h b/drivers/gpu/drm/i915/display/intel_frontbuffer.h index eeccc84..72d89be 100644 --- a/drivers/gpu/drm/i915/display/intel_frontbuffer.h +++ b/drivers/gpu/drm/i915/display/intel_frontbuffer.h @@ -28,7 +28,6 @@ #include #include -#include "gem/i915_gem_object_types.h" #include "i915_active_types.h" struct drm_i915_private;