summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/pmu_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
index c99923e7..ce10c4cb 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GV11B PMU 2 * GV11B PMU
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -16,6 +16,8 @@
16#ifndef __PMU_GV11B_H_ 16#ifndef __PMU_GV11B_H_
17#define __PMU_GV11B_H_ 17#define __PMU_GV11B_H_
18 18
19void gv11b_init_pmu_ops(struct gpu_ops *gops); 19struct gk20a;
20
21void gv11b_init_pmu_ops(struct gk20a *g);
20 22
21#endif /*__PMU_GV11B_H_*/ 23#endif /*__PMU_GV11B_H_*/