summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
diff options
context:
space:
mode:
authorVinod G <vinodg@nvidia.com>2018-07-25 18:17:01 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-10 21:11:26 -0400
commitc9f8f1ea05f089567f497379ce372450c14895f8 (patch)
treee0558bdb7d647516a3bc1607b39e8488ab5aa321 /drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
parent84c0ab81ab28b349c5477b0512b8bbfdb24edc3d (diff)
gpu: nvgpu: remove utils.h from gk20a.h
Removed the utils.h include from gk20a.h utils.h is included in those files which make use of the macros in utils.h JIRA NVGPU-1005 Change-Id: Ifb41da58db6ff8682fa6b5dfdd8eda11a751fcac Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1785952 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/ltc_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
index 066e41f7..65945fad 100644
--- a/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/ltc_gm20b.c
@@ -29,6 +29,7 @@
29#include <nvgpu/bug.h> 29#include <nvgpu/bug.h>
30#include <nvgpu/ltc.h> 30#include <nvgpu/ltc.h>
31#include <nvgpu/io.h> 31#include <nvgpu/io.h>
32#include <nvgpu/utils.h>
32 33
33#include <nvgpu/hw/gm20b/hw_mc_gm20b.h> 34#include <nvgpu/hw/gm20b/hw_mc_gm20b.h>
34#include <nvgpu/hw/gm20b/hw_ltc_gm20b.h> 35#include <nvgpu/hw/gm20b/hw_ltc_gm20b.h>