summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/bus_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/bus_gm20b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/bus_gm20b.c b/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
index ba04945b..08761ef7 100644
--- a/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/bus_gm20b.c
@@ -23,7 +23,7 @@
23 23
24#include <nvgpu/hw/gm20b/hw_bus_gm20b.h> 24#include <nvgpu/hw/gm20b/hw_bus_gm20b.h>
25 25
26static int gm20b_bus_bar1_bind(struct gk20a *g, struct mem_desc *bar1_inst) 26static int gm20b_bus_bar1_bind(struct gk20a *g, struct nvgpu_mem *bar1_inst)
27{ 27{
28 struct nvgpu_timeout timeout; 28 struct nvgpu_timeout timeout;
29 int err = 0; 29 int err = 0;