Commit 8e6b13a7 authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/pm: use forward declaration to remove an include

parent 4b5777af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@

#include <linux/types.h>

#include "display/intel_bw.h"
#include "display/intel_display.h"
#include "display/intel_global_state.h"

@@ -19,6 +18,7 @@ struct drm_device;
struct drm_i915_private;
struct i915_request;
struct intel_atomic_state;
struct intel_bw_state;
struct intel_crtc;
struct intel_crtc_state;
struct intel_plane;