diff mbox series

[4/8] drm/amdgpu: drop drmP.h from navi10_ih.c

Message ID 20190731155246.20603-4-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [1/8] drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c | expand

Commit Message

Alex Deucher July 31, 2019, 3:52 p.m. UTC
And fix the fallout.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/navi10_ih.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/amd/amdgpu/navi10_ih.c b/drivers/gpu/drm/amd/amdgpu/navi10_ih.c
index e963746be11c..9fe08408db58 100644
--- a/drivers/gpu/drm/amd/amdgpu/navi10_ih.c
+++ b/drivers/gpu/drm/amd/amdgpu/navi10_ih.c
@@ -21,7 +21,8 @@ 
  *
  */
 
-#include <drm/drmP.h>
+#include <linux/pci.h>
+
 #include "amdgpu.h"
 #include "amdgpu_ih.h"