summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
authorKonsta Holtta <kholtta@nvidia.com>2018-08-22 08:38:30 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-24 17:57:57 -0400
commit3bd47da0954d3486d9ccd3c396f84445918f82b4 (patch)
tree8d653d529f51f272fa28fa9443ae0e98a6b55811 /drivers/gpu/nvgpu/gm20b
parentcee984b00600e02d702a0b5f88f024627a76de23 (diff)
gpu: nvgpu: add missing timer includes
Many files used declarations from timers.h implicitly via another header file(s). Add several #includes explicitly to their users. Jira NVGPU-967 Change-Id: I88b515061db87c69bd85e3655b74d0271a80d9bf Signed-off-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1804611 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index ea7d1fe7..c9cb353f 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -32,6 +32,7 @@
32#include <nvgpu/types.h> 32#include <nvgpu/types.h>
33#include <nvgpu/io.h> 33#include <nvgpu/io.h>
34#include <nvgpu/utils.h> 34#include <nvgpu/utils.h>
35#include <nvgpu/timers.h>
35 36
36#include <nvgpu/hw/gm20b/hw_trim_gm20b.h> 37#include <nvgpu/hw/gm20b/hw_trim_gm20b.h>
37#include <nvgpu/hw/gm20b/hw_therm_gm20b.h> 38#include <nvgpu/hw/gm20b/hw_therm_gm20b.h>