From: Jani Nikula Date: Wed, 18 Aug 2021 10:11:06 +0000 (+0300) Subject: drm/i915: intel_runtime_pm.h does not actually need intel_display.h X-Git-Tag: howlett/maple/20220722_2~1941^2~9^2~233 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4b5777af5bb17398c7764c8f3b66f344b5a5cb6f;p=users%2Fjedix%2Flinux-maple.git drm/i915: intel_runtime_pm.h does not actually need intel_display.h Reduce includes. Reviewed-by: Ville Syrjälä Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/289a6837379c4422395c3ac2b36a6c2a44110227.1629281426.git.jani.nikula@intel.com --- diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h index 183ea2b187fe..47a85fab4130 100644 --- a/drivers/gpu/drm/i915/intel_runtime_pm.h +++ b/drivers/gpu/drm/i915/intel_runtime_pm.h @@ -8,8 +8,6 @@ #include -#include "display/intel_display.h" - #include "intel_wakeref.h" #include "i915_utils.h"