]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amdgpu: drop drmP.h from nv.c
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 15:39:40 +0000 (10:39 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 31 Jul 2019 19:33:26 +0000 (14:33 -0500)
And fix up the fallout.

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

index e4885e2d281a1d8ade8cdc81f52e7690584a376f..595a907f4ea7bcc4c92cf367e7c0d1e279e0936a 100644 (file)
@@ -23,7 +23,8 @@
 #include <linux/firmware.h>
 #include <linux/slab.h>
 #include <linux/module.h>
-#include <drm/drmP.h>
+#include <linux/pci.h>
+
 #include "amdgpu.h"
 #include "amdgpu_atombios.h"
 #include "amdgpu_ih.h"