From: Alex Deucher Date: Wed, 31 Jul 2019 15:34:39 +0000 (-0500) Subject: drm/amdgpu: drop drmP.h from navi10_ih.c X-Git-Tag: v5.4-rc1~106^2~17^2~131 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b23b2e9e495799e7889b2cb64ea505a27553bdc3;p=thirdparty%2Flinux.git drm/amdgpu: drop drmP.h from navi10_ih.c And fix the fallout. Acked-by: Sam Ravnborg Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/navi10_ih.c b/drivers/gpu/drm/amd/amdgpu/navi10_ih.c index e963746be11c0..9fe08408db588 100644 --- a/drivers/gpu/drm/amd/amdgpu/navi10_ih.c +++ b/drivers/gpu/drm/amd/amdgpu/navi10_ih.c @@ -21,7 +21,8 @@ * */ -#include +#include + #include "amdgpu.h" #include "amdgpu_ih.h"