瀏覽代碼

drm/amdgpu: fix build on aarch64.

Same fix went in previously for some other files.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Dave Airlie 9 年之前
父節點
當前提交
ba391646d0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c

+ 1 - 0
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c

@@ -21,6 +21,7 @@
  *
  */
 
+#include <asm/div64.h>
 #include "polaris10_thermal.h"
 #include "polaris10_hwmgr.h"
 #include "polaris10_smumgr.h"