From 4e476b2f9a4d877f105139b14bcc3f682a97df45 Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Fri, 17 Jun 2016 16:33:28 +0530 Subject: gpu: nvgpu: update gr_gv11b_get_netlist_name method update gr_gv11b_get_netlist_name method as per ops get_netlist_name declaration Change-Id: Ide79d999564f489a80cff748ff61e42aabd5662a Signed-off-by: Mahantesh Kumbar Reviewed-on: http://git-master/r/1166905 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c') 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 @@ #include "gk20a/gk20a.h" #include "gr_ctx_gv11b.h" -static int gr_gv11b_get_netlist_name(int index, char *name) +static int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name) { switch (index) { #ifdef GV11B_NETLIST_IMAGE_FW_NAME -- cgit v1.2.2