aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.h
diff options
context:
space:
mode:
authorStanislav Lisovskiy <stanislav.lisovskiy@intel.com>2020-05-22 16:18:43 +0300
committerChris Wilson <chris@chris-wilson.co.uk>2020-05-22 14:40:35 +0100
commitcac91e671ad5dc86ff71e81f5c1ec0ac149c32b9 (patch)
tree384b1636fdd67671c85cf4c6c7d27c6458a9e59a /drivers/gpu/drm/i915/intel_pm.h
parentagp/intel: Fix a memory leak on module initialisation failure (diff)
downloadlinux-dev-cac91e671ad5dc86ff71e81f5c1ec0ac149c32b9.tar.xz
linux-dev-cac91e671ad5dc86ff71e81f5c1ec0ac149c32b9.zip
drm/i915: Fix includes and local vars order
Removed duplicate include and fixed comment > 80 chars. v2: Added newline after system include and between functions Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20200522131843.20477-1-stanislav.lisovskiy@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.h')
-rw-r--r--drivers/gpu/drm/i915/intel_pm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.h b/drivers/gpu/drm/i915/intel_pm.h
index d665bf77ae80..a2473594c2db 100644
--- a/drivers/gpu/drm/i915/intel_pm.h
+++ b/drivers/gpu/drm/i915/intel_pm.h
@@ -8,10 +8,10 @@
#include <linux/types.h>
+#include "display/intel_bw.h"
#include "display/intel_global_state.h"
#include "i915_reg.h"
-#include "display/intel_bw.h"
struct drm_device;
struct drm_i915_private;