drm/amd: drop use of drmP.h in powerplay/

Delete the only include of drmP.h in powerplay/.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: "David (ChunMing) Zhou" <David1.Zhou@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190609220757.10862-8-sam@ravnborg.org
This commit is contained in:
Sam Ravnborg 2019-06-10 00:07:54 +02:00
parent 831583c309
commit 9fdd91aa8c
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@
* OTHER DEALINGS IN THE SOFTWARE. * OTHER DEALINGS IN THE SOFTWARE.
*/ */
#include "pp_debug.h"
#include <linux/firmware.h> #include <linux/firmware.h>
#include <drm/drmP.h>
#include "pp_debug.h"
#include "amdgpu.h" #include "amdgpu.h"
#include "amdgpu_smu.h" #include "amdgpu_smu.h"
#include "soc15_common.h" #include "soc15_common.h"