summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/lpwr/lpwr.c
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-02-01 11:33:03 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-09 16:44:31 -0500
commit35980eac098741a0508d6e14afb344a405de374c (patch)
tree21f92141069c0c08bf9e2e16464942e41bf4ddee /drivers/gpu/nvgpu/lpwr/lpwr.c
parent8afd83238a9676f6737f24269a99c79071debdc2 (diff)
gpu: nvgpu: Delete PMU fecs override interface
Deleted PMU fecs override interface from pmu_api.h header file as feature not used anymore & its dependent code too. Deleted file pmu_api.h as file dont have any interfaces left inside Jira NVGPU-19 Change-Id: I490cf67ae60ce2f1de37da063199ee04835b940d Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1297370 Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/lpwr/lpwr.c')
-rw-r--r--drivers/gpu/nvgpu/lpwr/lpwr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/lpwr/lpwr.c b/drivers/gpu/nvgpu/lpwr/lpwr.c
index e3483cca..1dc37cd2 100644
--- a/drivers/gpu/nvgpu/lpwr/lpwr.c
+++ b/drivers/gpu/nvgpu/lpwr/lpwr.c
@@ -14,7 +14,6 @@
14#include "gk20a/gk20a.h" 14#include "gk20a/gk20a.h"
15#include "gk20a/pmu_gk20a.h" 15#include "gk20a/pmu_gk20a.h"
16#include "gp106/pmu_gp106.h" 16#include "gp106/pmu_gp106.h"
17#include "gk20a/pmu_api.h"
18#include "gm206/bios_gm206.h" 17#include "gm206/bios_gm206.h"
19#include "pstate/pstate.h" 18#include "pstate/pstate.h"
20#include "include/bios.h" 19#include "include/bios.h"