Commit 497520ca authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915: drop intel_display.h include from intel_dpll_mgr.h

parent 6f51260f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@

#include <linux/types.h>

#include "intel_display.h"
#include "intel_wakeref.h"

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

enum tc_port;
struct drm_device;
struct drm_i915_private;
struct intel_atomic_state;