From: Dave Airlie Date: Mon, 9 May 2016 00:30:42 +0000 (+1000) Subject: drm/amdgpu: fix build on aarch64. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ba391646d0d43aee3596b616113cce0f22dde627;p=deliverable%2Flinux.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 956e00ca361a..aba167f7d167 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"