From 8522004c00264646feeb30ede3214f46ddbea04d Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Tue, 31 Jan 2017 20:39:21 +0530 Subject: gpu: nvgpu: Falcon-controller interface update Moved falcon-controller common interface code from pmu_common.h to flcnif_cmn.h file. Interfaces are common for falcons irrespective of F/W on falcon controllers Jira NVGPU-19 Change-Id: Iad11b2fade8cf6716888773b2b1c23919cbcc07b Signed-off-by: Mahantesh Kumbar Reviewed-on: http://git-master/r/1296695 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h') diff --git a/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h b/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h index f9ffb4b1..6df92c1d 100644 --- a/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h +++ b/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h @@ -13,7 +13,7 @@ #ifndef _GPMUIFPMU_H_ #define _GPMUIFPMU_H_ -#include "gk20a/pmu_common.h" +#include #include "gpmuif_cmn.h" /* Make sure size of this structure is a multiple of 4 bytes */ -- cgit v1.2.2