summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
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
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')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/ltc_gm20b.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
index 2350f362..a9311759 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.c
@@ -34,6 +34,7 @@
34#include <nvgpu/enabled.h> 34#include <nvgpu/enabled.h>
35#include <nvgpu/mm.h> 35#include <nvgpu/mm.h>
36#include <nvgpu/io.h> 36#include <nvgpu/io.h>
37#include <nvgpu/utils.h>
37 38
38#include "gk20a/gk20a.h" 39#include "gk20a/gk20a.h"
39#include "gk20a/pmu_gk20a.h" 40#include "gk20a/pmu_gk20a.h"
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
index 558415f8..ea7d1fe7 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.c
@@ -31,6 +31,7 @@
31#include <nvgpu/log.h> 31#include <nvgpu/log.h>
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 35
35#include <nvgpu/hw/gm20b/hw_trim_gm20b.h> 36#include <nvgpu/hw/gm20b/hw_trim_gm20b.h>
36#include <nvgpu/hw/gm20b/hw_therm_gm20b.h> 37#include <nvgpu/hw/gm20b/hw_therm_gm20b.h>
diff --git a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
index 04ec2898..49b81783 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/gr_gm20b.c
@@ -28,6 +28,7 @@
28#include <nvgpu/debug.h> 28#include <nvgpu/debug.h>
29#include <nvgpu/fuse.h> 29#include <nvgpu/fuse.h>
30#include <nvgpu/io.h> 30#include <nvgpu/io.h>
31#include <nvgpu/utils.h>
31 32
32#include "gk20a/gk20a.h" 33#include "gk20a/gk20a.h"
33#include "gk20a/gr_gk20a.h" 34#include "gk20a/gr_gk20a.h"
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>