summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSourab Gupta <sourabg@nvidia.com>2018-05-22 02:22:14 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-22 18:08:44 -0400
commit67c4571d959ec1066cbacb7f9ff1c19ea5fdd079 (patch)
treea024567410a95c4496c8766a6cbd40eaaf487f69 /drivers
parent0c80e197ea81043214b533c9c06c794da5aad877 (diff)
gpu: nvgpu: use nvgpu types.h in clock gating source
Use the nvgpu/types.h instead of linux/types.h in the clock gating sources Jira VQRM-3700 Change-Id: Ib399cc4367c77f0d08454aa7639bb619367f673b Signed-off-by: Sourab Gupta <sourabg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1726782 Reviewed-by: Shashank Singh <shashsingh@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c2
-rw-r--r--drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c b/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c
index 60ec0282..18703a23 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c
+++ b/drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c
@@ -24,7 +24,7 @@
24#ifndef __gv100_gating_reglist_h__ 24#ifndef __gv100_gating_reglist_h__
25#define __gv100_gating_reglist_h__ 25#define __gv100_gating_reglist_h__
26 26
27#include <linux/types.h> 27#include <nvgpu/types.h>
28#include "gv100_gating_reglist.h" 28#include "gv100_gating_reglist.h"
29 29
30struct gating_desc { 30struct gating_desc {
diff --git a/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c b/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c
index 4dbc87d5..998783e4 100644
--- a/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c
+++ b/drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c
@@ -25,7 +25,7 @@
25#ifndef __gv11b_gating_reglist_h__ 25#ifndef __gv11b_gating_reglist_h__
26#define __gv11b_gating_reglist_h__ 26#define __gv11b_gating_reglist_h__
27 27
28#include <linux/types.h> 28#include <nvgpu/types.h>
29#include "gv11b_gating_reglist.h" 29#include "gv11b_gating_reglist.h"
30#include <nvgpu/enabled.h> 30#include <nvgpu/enabled.h>
31 31