summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-02-08 02:19:48 -0500
committerMikko Perttunen <mperttunen@nvidia.com>2017-02-08 06:07:47 -0500
commit4d64bd9637e2929639daebb18b6e69cf631fffdf (patch)
treea23b322a0cb49f7a9872a98c2dab49d9dd7324d7 /drivers
parent8522004c00264646feeb30ede3214f46ddbea04d (diff)
gpu: nvgpu: fix broken dev-kernel TOT
pmu_common.h still referred in gpmuifpmgr.h file causing TOT build failure Jira NVGPU-19 Change-Id: Ie387cdd2f3d2294b0b6b390abfcb2d89dbd322fb Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1301218 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Tested-by: Mikko Perttunen <mperttunen@nvidia.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/nvgpu/pmuif/gpmuifpmgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pmuif/gpmuifpmgr.h b/drivers/gpu/nvgpu/pmuif/gpmuifpmgr.h
index 08739902..b6842fb7 100644
--- a/drivers/gpu/nvgpu/pmuif/gpmuifpmgr.h
+++ b/drivers/gpu/nvgpu/pmuif/gpmuifpmgr.h
@@ -14,7 +14,6 @@
14#ifndef _GPMUIFPMGR_H_ 14#ifndef _GPMUIFPMGR_H_
15#define _GPMUIFPMGR_H_ 15#define _GPMUIFPMGR_H_
16 16
17#include "gk20a/pmu_common.h"
18#include "ctrl/ctrlpmgr.h" 17#include "ctrl/ctrlpmgr.h"
19#include "pmuif/gpmuifboardobj.h" 18#include "pmuif/gpmuifboardobj.h"
20#include <nvgpu/flcnif_cmn.h> 19#include <nvgpu/flcnif_cmn.h>