aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2023-10-11 19:21:02 +0300
committerJani Nikula <[email protected]>2023-10-23 15:02:00 +0300
commita388b41a426ebd84ecd8ab12d6aaae7e06344a5b (patch)
tree21f0b9ae2aacca25aaabd009da3f2bc1518cdde5
parentfa072c0d9240233a281097f1f2a965441654eaa2 (diff)
drm/i915: stop including i915_utils.h from intel_runtime_pm.h
Remove an unnecessary include. Signed-off-by: Jani Nikula <[email protected]> Reviewed-by: Ville Syrjälä <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/i915/intel_runtime_pm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h
index f79cda7a2503..be43614c73fd 100644
--- a/drivers/gpu/drm/i915/intel_runtime_pm.h
+++ b/drivers/gpu/drm/i915/intel_runtime_pm.h
@@ -11,8 +11,6 @@
#include "intel_wakeref.h"
-#include "i915_utils.h"
-
struct device;
struct drm_i915_private;
struct drm_printer;