aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_active_types.h
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2021-12-10 15:16:56 +0200
committerJani Nikula <jani.nikula@intel.com>2021-12-13 12:04:44 +0200
commitc7c2918849138057cb2206b4fe10b65f02ab07e1 (patch)
tree2d897648b56be67fcda565ca0bb17250cb89d025 /drivers/gpu/drm/i915/i915_active_types.h
parentdrm/i915/reset: include intel_display.h instead of intel_display_types.h (diff)
downloadlinux-dev-c7c2918849138057cb2206b4fe10b65f02ab07e1.tar.xz
linux-dev-c7c2918849138057cb2206b4fe10b65f02ab07e1.zip
drm/i915/active: remove useless i915_utils.h include
Not needed. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/52b1cf56c16bf669a1357ce81d9232c5480914a4.1639142167.git.jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_active_types.h')
-rw-r--r--drivers/gpu/drm/i915/i915_active_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_active_types.h b/drivers/gpu/drm/i915/i915_active_types.h
index c149f348a972..b02a78ac87db 100644
--- a/drivers/gpu/drm/i915/i915_active_types.h
+++ b/drivers/gpu/drm/i915/i915_active_types.h
@@ -15,8 +15,6 @@
#include <linux/rcupdate.h>
#include <linux/workqueue.h>
-#include "i915_utils.h"
-
struct i915_active_fence {
struct dma_fence __rcu *fence;
struct dma_fence_cb cb;