drm/amdgpu: drop drmP.h from navi10_ih.c
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 15:34:39 +0000 (10:34 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 19:33:21 +0000 (14:33 -0500)
And fix the fallout.

Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/navi10_ih.c

index e963746..9fe0840 100644 (file)
@@ -21,7 +21,8 @@
  *
  */
 
-#include <drm/drmP.h>
+#include <linux/pci.h>
+
 #include "amdgpu.h"
 #include "amdgpu_ih.h"