> -----Original Message-----
> From: Intel-gfx <[email protected]> On Behalf Of
> Jouni Högander
> Sent: Thursday, July 27, 2023 12:12 PM
> To: [email protected]
> Subject: [Intel-gfx] [PATCH v4 3/4] 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 <[email protected]>
Reviewed-by: Jeevan B <[email protected]>
> ---
> drivers/gpu/drm/i915/display/intel_frontbuffer.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_frontbuffer.h
> b/drivers/gpu/drm/i915/display/intel_frontbuffer.h
> index eeccc847331d..72d89be3284b 100644
> --- a/drivers/gpu/drm/i915/display/intel_frontbuffer.h
> +++ b/drivers/gpu/drm/i915/display/intel_frontbuffer.h
> @@ -28,7 +28,6 @@
> #include <linux/bits.h>
> #include <linux/kref.h>
>
> -#include "gem/i915_gem_object_types.h"
> #include "i915_active_types.h"
>
> struct drm_i915_private;
> --
> 2.34.1