aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
diff options
context:
space:
mode:
authorSam Ravnborg <[email protected]>2019-06-09 22:07:51 +0000
committerSam Ravnborg <[email protected]>2019-06-10 20:59:53 +0000
commitf867723b41f871c88388462c007976bb9a4c72da (patch)
tree8395b55bf607493211f16d408d634e76f29b0441 /drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
parentdrm/amd: drop use of drmp.h in os_types.h (diff)
downloadkernel-f867723b41f871c88388462c007976bb9a4c72da.tar.gz
kernel-f867723b41f871c88388462c007976bb9a4c72da.zip
drm/amd: drop use of drmP.h in amdgpu.h
Delete the unused drmP.h from amdgpu.h. Fix fallout in various files. Signed-off-by: Sam Ravnborg <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Cc: "Christian König" <[email protected]> Cc: "David (ChunMing) Zhou" <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/psp_v10_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/psp_v10_0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
index 77c2bc344dfc..ce1ea31feee0 100644
--- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
@@ -24,6 +24,9 @@
*/
#include <linux/firmware.h>
+#include <linux/module.h>
+#include <linux/pci.h>
+
#include "amdgpu.h"
#include "amdgpu_psp.h"
#include "amdgpu_ucode.h"