Commit 0cdbab89 authored by Jani Nikula's avatar Jani Nikula

drm/i915/fb: reduce include dependencies

We actually need i915_active_types.h, not i915_active.h.
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/aed5f1afda4448ec46c7ff1f95291edebf355790.1639142167.git.jani.nikula@intel.com
parent 14567eed
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <linux/kref.h> #include <linux/kref.h>
#include "gem/i915_gem_object_types.h" #include "gem/i915_gem_object_types.h"
#include "i915_active.h" #include "i915_active_types.h"
struct drm_i915_private; struct drm_i915_private;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment