Skip to content

Commit 497520c

Browse files
committed
drm/i915: drop intel_display.h include from intel_dpll_mgr.h
Use forward declarations instead. 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 6f51260 commit 497520c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
#include <linux/types.h>
2929

30-
#include "intel_display.h"
3130
#include "intel_wakeref.h"
3231

3332
/*FIXME: Move this to a more appropriate place. */
@@ -37,6 +36,7 @@
3736
(void) (&__a == &__b); \
3837
__a > __b ? (__a - __b) : (__b - __a); })
3938

39+
enum tc_port;
4040
struct drm_device;
4141
struct drm_i915_private;
4242
struct intel_atomic_state;

0 commit comments

Comments
 (0)