summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
diff options
context:
space:
mode:
authorVishal Annapurve <vannapurve@nvidia.com>2016-03-04 11:01:01 -0500
committerSandeep Trasi <strasi@nvidia.com>2016-03-29 05:00:58 -0400
commitcd29c45e673cb0ed8e69630dde684bf96c3c78e0 (patch)
tree15e29617f5e2ce8e726e9dd3f43e830faa60437d /drivers/gpu/nvgpu/gk20a/mm_gk20a.h
parentfbc21ed2ee1859dfe1814914a7b9367eee6b9f3d (diff)
gpu: nvgpu: Fix compilation with CONFIG_DEBUG_FS disabled
This change fixes issues with kernel compilation when CONFIG_DEBUG_FS is disabled. Bug 1737085 Change-Id: I74719674d07ae071e3df99b0dda249b54173f40b Signed-off-by: Vishal Annapurve <vannapurve@nvidia.com> Reviewed-on: http://git-master/r/1024167 GVS: Gerrit_Virtual_Submit Reviewed-by: Sandeep Trasi <strasi@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/mm_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
index b151c180..368b32d3 100644
--- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h
@@ -337,9 +337,9 @@ struct mm_gk20a {
337#ifdef CONFIG_DEBUG_FS 337#ifdef CONFIG_DEBUG_FS
338 u32 ltc_enabled; 338 u32 ltc_enabled;
339 u32 ltc_enabled_debug; 339 u32 ltc_enabled_debug;
340#endif
340 u32 bypass_smmu; 341 u32 bypass_smmu;
341 u32 disable_bigpage; 342 u32 disable_bigpage;
342#endif
343}; 343};
344 344
345int gk20a_mm_init(struct mm_gk20a *mm); 345int gk20a_mm_init(struct mm_gk20a *mm);