Skip to content

Commit 5ed597d

Browse files
committed
drm/i915: drop intel_display.h include from intel_display_power.h
Use forward declarations instead. Cc: Imre Deak <[email protected]> Signed-off-by: Jani Nikula <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Reviewed-by: Imre Deak <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent de511df commit 5ed597d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/gpu/drm/i915/display/intel_display_power.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
#ifndef __INTEL_DISPLAY_POWER_H__
77
#define __INTEL_DISPLAY_POWER_H__
88

9-
#include "intel_display.h"
109
#include "intel_runtime_pm.h"
1110
#include "i915_reg.h"
1211

12+
enum dpio_channel;
13+
enum dpio_phy;
1314
struct drm_i915_private;
1415
struct i915_power_well;
1516
struct intel_encoder;

0 commit comments

Comments
 (0)