summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/mm_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/mm_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
index 54df6745..80ac21e6 100644
--- a/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/mm_gv11b.c
@@ -20,7 +20,7 @@
20#include "mm_gv11b.h" 20#include "mm_gv11b.h"
21#include "hw_fb_gv11b.h" 21#include "hw_fb_gv11b.h"
22 22
23bool gv11b_mm_is_bar1_supported(struct gk20a *g) 23static bool gv11b_mm_is_bar1_supported(struct gk20a *g)
24{ 24{
25 return false; 25 return false;
26} 26}