summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
index 3fb0fa23..032e0c3e 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
@@ -21,7 +21,7 @@
21#include "gk20a/gk20a.h" 21#include "gk20a/gk20a.h"
22#include "gr_ctx_gv11b.h" 22#include "gr_ctx_gv11b.h"
23 23
24static int gr_gv11b_get_netlist_name(int index, char *name) 24static int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name)
25{ 25{
26 switch (index) { 26 switch (index) {
27#ifdef GV11B_NETLIST_IMAGE_FW_NAME 27#ifdef GV11B_NETLIST_IMAGE_FW_NAME