diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c b/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c index def57d0675ed..e76a7de9aa32 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/fiji_thermal.c @@ -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" diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c index 2e159b003e71..a188174747c9 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/tonga_thermal.c @@ -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" |