drm/amdgpu/powerplay: include asm/div64.h for do_div()
Fixes: 1e4854e96c
("drm/amdgpu/powerplay: implement thermal control for tonga.")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Родитель
57b4f7e687
Коммит
8a0d560f3e
|
@ -20,7 +20,7 @@
|
|||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <asm/div64.h>
|
||||
#include "fiji_thermal.h"
|
||||
#include "fiji_hwmgr.h"
|
||||
#include "fiji_smumgr.h"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <asm/div64.h>
|
||||
#include "tonga_thermal.h"
|
||||
#include "tonga_hwmgr.h"
|
||||
#include "tonga_smumgr.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче