Commit 73e97d43 authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/psr: remove drmP.h include that crept in



We've been free of deprecated drmP.h includes for a while, but one crept
in. Fend it off.

Cc: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: default avatarJosé Roberto de Souza <jose.souza@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190318160409.27648-1-jani.nikula@intel.com
parent 126d0a94
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@
 * must be correctly synchronized/cancelled when shutting down the pipe."
 */

#include <drm/drmP.h>
#include <drm/drm_atomic_helper.h>

#include "intel_drv.h"