summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/flcn_gv100.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/flcn_gv100.h')
-rw-r--r--drivers/gpu/nvgpu/gv100/flcn_gv100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv100/flcn_gv100.h b/drivers/gpu/nvgpu/gv100/flcn_gv100.h
index 869e74c8..9207519a 100644
--- a/drivers/gpu/nvgpu/gv100/flcn_gv100.h
+++ b/drivers/gpu/nvgpu/gv100/flcn_gv100.h
@@ -22,6 +22,6 @@
22#ifndef __FLCN_GV100_H__ 22#ifndef __FLCN_GV100_H__
23#define __FLCN_GV100_H__ 23#define __FLCN_GV100_H__
24 24
25void gv100_falcon_hal_sw_init(struct nvgpu_falcon *flcn); 25int gv100_falcon_hal_sw_init(struct nvgpu_falcon *flcn);
26 26
27#endif /* __FLCN_GV100_H__ */ 27#endif /* __FLCN_GV100_H__ */