From: Stephen Rothwell Date: Wed, 16 Oct 2019 00:22:07 +0000 (+1100) Subject: drm/amdgpu: fix up for amdgpu_tmz.c and removal of drm/drmP.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=04379e9b04890e4c9ccfc8465447fac544b89e28;p=linux.git drm/amdgpu: fix up for amdgpu_tmz.c and removal of drm/drmP.h Signed-off-by: Stephen Rothwell Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_tmz.c index 14a55003dd818..823527a0fa477 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 +#include + +#include + #include "amdgpu.h" #include "amdgpu_tmz.h"