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 <jouni.hogander@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230727064142.751976-4-jouni.hogander@intel.com
This commit is contained in:
Jouni Högander 2023-07-27 09:41:41 +03:00
parent 7b57455066
commit 1836a6c666

View File

@ -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;