drm/amdgpu: fix build on aarch64.
authorDave Airlie <airlied@redhat.com>
Mon, 9 May 2016 00:30:42 +0000 (10:30 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 9 May 2016 00:30:42 +0000 (10:30 +1000)
Same fix went in previously for some other files.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/amd/powerplay/hwmgr/polaris10_thermal.c

index 956e00ca361a15dc2ec31185d5608c1f8889b610..aba167f7d16797a6c47cb23e79215bcc4fce258b 100644 (file)
@@ -21,6 +21,7 @@
  *
  */
 
+#include <asm/div64.h>
 #include "polaris10_thermal.h"
 #include "polaris10_hwmgr.h"
 #include "polaris10_smumgr.h"
This page took 0.041495 seconds and 5 git commands to generate.