summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2019-10-16 11:22:07 +1100
committerAlex Deucher <alexander.deucher@amd.com>2020-04-28 16:20:29 -0400
commit04379e9b04890e4c9ccfc8465447fac544b89e28 (patch)
tree495abbd1ed4896fa19fedc2741e3981eb1977872
parent4cd24494cc87468145ccacd885446b2fec6cb856 (diff)
downloadlinux-stable-04379e9b04890e4c9ccfc8465447fac544b89e28.tar.gz
linux-stable-04379e9b04890e4c9ccfc8465447fac544b89e28.tar.bz2
linux-stable-04379e9b04890e4c9ccfc8465447fac544b89e28.zip
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>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c5
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"