summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmuif/gpmuifclk.h
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2017-01-31 20:24:02 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-07 17:54:02 -0500
commit8c3dddd81fb0ab2bd9e8582c0765734432931caf (patch)
tree5ae3836797611c025e3703c47d590de557eccf79 /drivers/gpu/nvgpu/pmuif/gpmuifclk.h
parentc6594c744d8fca738a1a8f5177c84a05899695dc (diff)
gpu: nvgpu: Fix more pmu circular dependencies
Similar to patch 67fc4629892ab60d6335752b93d883ef690f1ea4 fix more circular dependencies arising from #include'ing gk20a.h for no apparent reason. Bug 200192125 Coverity ID 2011397 Coverity ID 2011398 Change-Id: I75bcb3e4e66b680498b0e20d645ab9543aae6697 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1296947 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/pmuif/gpmuifclk.h')
-rw-r--r--drivers/gpu/nvgpu/pmuif/gpmuifclk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/pmuif/gpmuifclk.h b/drivers/gpu/nvgpu/pmuif/gpmuifclk.h
index 70f26707..0af94eaa 100644
--- a/drivers/gpu/nvgpu/pmuif/gpmuifclk.h
+++ b/drivers/gpu/nvgpu/pmuif/gpmuifclk.h
@@ -14,8 +14,6 @@
14#ifndef _GPMUIFCLK_H_ 14#ifndef _GPMUIFCLK_H_
15#define _GPMUIFCLK_H_ 15#define _GPMUIFCLK_H_
16 16
17#include "gk20a/gk20a.h"
18#include "gk20a/pmu_gk20a.h"
19#include "ctrl/ctrlboardobj.h" 17#include "ctrl/ctrlboardobj.h"
20#include "ctrl/ctrlvolt.h" 18#include "ctrl/ctrlvolt.h"
21#include "ctrl/ctrlperf.h" 19#include "ctrl/ctrlperf.h"