From 35980eac098741a0508d6e14afb344a405de374c Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Wed, 1 Feb 2017 22:03:03 +0530 Subject: 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 Reviewed-on: http://git-master/r/1297370 Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h') diff --git a/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h b/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h index 751d6643..91175c69 100644 --- a/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h +++ b/drivers/gpu/nvgpu/pmuif/nvgpu_gpmu_cmdif.h @@ -13,7 +13,6 @@ #ifndef _NVGPUGPMUCMDIF_H_ #define _NVGPUGPMUCMDIF_H_ -#include "gk20a/pmu_api.h" #include #include "gpmuif_cmn.h" #include "gpmuif_pmu.h" @@ -35,7 +34,6 @@ struct pmu_cmd { struct pmu_pg_cmd pg; struct pmu_zbc_cmd zbc; struct pmu_acr_cmd acr; - struct pmu_lrf_tex_ltc_dram_cmd lrf_tex_ltc_dram; struct nv_pmu_boardobj_cmd boardobj; struct nv_pmu_perf_cmd perf; struct nv_pmu_volt_cmd volt; @@ -53,7 +51,6 @@ struct pmu_msg { struct pmu_pg_msg pg; struct pmu_rc_msg rc; struct pmu_acr_msg acr; - struct pmu_lrf_tex_ltc_dram_msg lrf_tex_ltc_dram; struct nv_pmu_boardobj_msg boardobj; struct nv_pmu_perf_msg perf; struct nv_pmu_volt_msg volt; -- cgit v1.2.2