diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2019-07-31 10:39:40 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-07-31 14:33:26 -0500 |
commit | e9eea90247fef9070e72b6a010535681c825c117 (patch) | |
tree | 9c0a0eb2027db045a3a222c098725ebd4123b076 /drivers/gpu/drm/amd/amdgpu/nv.c | |
parent | b23b2e9e495799e7889b2cb64ea505a27553bdc3 (diff) | |
download | linux-e9eea90247fef9070e72b6a010535681c825c117.tar.gz |
drm/amdgpu: drop drmP.h from nv.c
And fix up the fallout.
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index e4885e2d281a..595a907f4ea7 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -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" |