gpu: nvgpu: gp10b: clean-up pmu init operations

Removed unwanted initlization of function pointer.

Bug 200157852

Change-Id: I3b44ccce366f1b72c3ff769a7b9ab350bb2c0066
Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-on: http://git-master/r/843218
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Seshendra Gadagottu
2015-12-08 15:43:39 -08:00
committed by Deepak Nibade
parent acc62a236f
commit 4c5bc9c93b

View File

@@ -1,7 +1,7 @@
/* /*
* GP10B PMU * GP10B PMU
* *
* Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. * Copyright (c) 2015-2016, NVIDIA CORPORATION. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License, * under the terms and conditions of the GNU General Public License,
@@ -332,8 +332,6 @@ void gp10b_init_pmu_ops(struct gpu_ops *gops)
gops->pmu.load_lsfalcon_ucode = gp10b_load_falcon_ucode; gops->pmu.load_lsfalcon_ucode = gp10b_load_falcon_ucode;
} else { } else {
gk20a_init_pmu_ops(gops); gk20a_init_pmu_ops(gops);
gops->pmu.pmu_setup_hw_and_bootstrap =
gm20b_init_nspmu_setup_hw1;
gops->pmu.load_lsfalcon_ucode = NULL; gops->pmu.load_lsfalcon_ucode = NULL;
gops->pmu.init_wpr_region = NULL; gops->pmu.init_wpr_region = NULL;
gops->pmu.pmu_setup_hw_and_bootstrap = gp10b_init_pmu_setup_hw1; gops->pmu.pmu_setup_hw_and_bootstrap = gp10b_init_pmu_setup_hw1;