summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/mm_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/mm_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
index c316aa9f..e3e2c173 100644
--- a/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/mm_gp10b.c
@@ -21,7 +21,7 @@
21#include "hw_ram_gp10b.h" 21#include "hw_ram_gp10b.h"
22#include "hw_bus_gp10b.h" 22#include "hw_bus_gp10b.h"
23 23
24u32 gp10b_mm_get_physical_addr_bits(struct gk20a *g) 24static u32 gp10b_mm_get_physical_addr_bits(struct gk20a *g)
25{ 25{
26 return 36; 26 return 36;
27} 27}