summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/flcn_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/flcn_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/flcn_gp106.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/gp106/flcn_gp106.h b/drivers/gpu/nvgpu/gp106/flcn_gp106.h
index d5ea14ae..e57100d5 100644
--- a/drivers/gpu/nvgpu/gp106/flcn_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/flcn_gp106.h
@@ -10,9 +10,9 @@
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 * more details. 11 * more details.
12 */ 12 */
13#ifndef __FLCN_GK20A_H__ 13#ifndef __FLCN_GP106_H__
14#define __FLCN_GK20A_H__ 14#define __FLCN_GP106_H__
15 15
16void gp106_falcon_init_hal(struct gpu_ops *gops); 16void gp106_falcon_hal_sw_init(struct nvgpu_falcon *flcn);
17 17
18#endif /* __FLCN_GK20A_H__ */ 18#endif /* __FLCN_GP106_H__ */