From ba391646d0d43aee3596b616113cce0f22dde627 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 9 May 2016 10:30:42 +1000 Subject: [PATCH] drm/amdgpu: fix build on aarch64. Same fix went in previously for some other files. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.45.2