From 67c4571d959ec1066cbacb7f9ff1c19ea5fdd079 Mon Sep 17 00:00:00 2001 From: Sourab Gupta Date: Tue, 22 May 2018 11:52:14 +0530 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1726782 Reviewed-by: Shashank Singh GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/clock_gating/gv100_gating_reglist.c | 2 +- drivers/gpu/nvgpu/common/clock_gating/gv11b_gating_reglist.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers') 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 @@ #ifndef __gv100_gating_reglist_h__ #define __gv100_gating_reglist_h__ -#include +#include #include "gv100_gating_reglist.h" struct 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 @@ #ifndef __gv11b_gating_reglist_h__ #define __gv11b_gating_reglist_h__ -#include +#include #include "gv11b_gating_reglist.h" #include -- cgit v1.2.2