summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/flcn_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/flcn_gk20a.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
index 9d378248..2a246fdc 100644
--- a/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/flcn_gk20a.c
@@ -11,6 +11,7 @@
11 * more details. 11 * more details.
12 */ 12 */
13#include <nvgpu/falcon.h> 13#include <nvgpu/falcon.h>
14#include <nvgpu/pmu.h>
14 15
15#include "gk20a/gk20a.h" 16#include "gk20a/gk20a.h"
16 17
@@ -256,7 +257,7 @@ static void gk20a_falcon_engine_dependency_ops(struct nvgpu_falcon *flcn)
256 257
257 switch (flcn->flcn_id) { 258 switch (flcn->flcn_id) {
258 case FALCON_ID_PMU: 259 case FALCON_ID_PMU:
259 flcn_eng_dep_ops->reset_eng = gk20a_pmu_reset; 260 flcn_eng_dep_ops->reset_eng = nvgpu_pmu_reset;
260 break; 261 break;
261 default: 262 default:
262 /* NULL assignment make sure 263 /* NULL assignment make sure