From: Dave Airlie Date: Mon, 9 May 2016 00:30:42 +0000 (+1000) Subject: drm/amdgpu: fix build on aarch64. X-Git-Tag: v4.7-rc1~77^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba391646d0d43aee3596b616113cce0f22dde627;p=platform%2Fkernel%2Flinux-exynos.git drm/amdgpu: fix build on aarch64. Same fix went in previously for some other files. Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c index 956e00c..aba167f 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c @@ -21,6 +21,7 @@ * */ +#include #include "polaris10_thermal.h" #include "polaris10_hwmgr.h" #include "polaris10_smumgr.h"