Skip to content

Commit 35291c9

Browse files
committed
drm/i915/reset: include intel_display.h instead of intel_display_types.h
Use the more specific include that's needed. v2: Include intel_display.h (Ville) Reviewed-by: Ville Syrjälä <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/e1e195b8ca1252d1e149c8185d107a5517496973.1639142167.git.jani.nikula@intel.com
1 parent 87bb2a4 commit 35291c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gt/intel_reset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <linux/sched/mm.h>
77
#include <linux/stop_machine.h>
88

9-
#include "display/intel_display_types.h"
9+
#include "display/intel_display.h"
1010
#include "display/intel_overlay.h"
1111

1212
#include "gem/i915_gem_context.h"

0 commit comments

Comments
 (0)