diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2019-10-16 11:22:07 +1100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-04-28 16:20:29 -0400 |
commit | 04379e9b04890e4c9ccfc8465447fac544b89e28 (patch) | |
tree | 495abbd1ed4896fa19fedc2741e3981eb1977872 /drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c | |
parent | 4cd24494cc87468145ccacd885446b2fec6cb856 (diff) |
drm/amdgpu: fix up for amdgpu_tmz.c and removal of drm/drmP.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c index 14a55003dd81..823527a0fa47 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c @@ -20,7 +20,10 @@ * OTHER DEALINGS IN THE SOFTWARE. */ -#include <drm/drmP.h> +#include <linux/device.h> + +#include <drm/amd_asic_type.h> + #include "amdgpu.h" #include "amdgpu_tmz.h" |