summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-10-31 12:38:07 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-01 18:27:01 -0400
commit6fdf03e0b2617ea99803bfea3e730aa69cf40188 (patch)
tree33d840defedeea7740ca991c18747267cf4c950e /drivers/gpu/nvgpu/gk20a/gk20a.c
parent639f38d8a7c4de7e192a96ede9f19182e7dc40c6 (diff)
gpu: nvgpu: Remove use of platform_gk20a.h from gk20a.c
gk20a.c does not depend on platform_gk20a.h anymore. As the header is inux specific, remove its use entirely. JIRA NVGPU-259 Change-Id: I6c8934a7a3d4f51e4ca1d7fc580619a3ba248e68 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1590125 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index a4afba63..6ca0362b 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -39,7 +39,6 @@
39#include <trace/events/gk20a.h> 39#include <trace/events/gk20a.h>
40 40
41#include "gk20a.h" 41#include "gk20a.h"
42#include "platform_gk20a.h"
43#include "channel_sync_gk20a.h" 42#include "channel_sync_gk20a.h"
44 43
45#include "ctxsw_trace_gk20a.h" 44#include "ctxsw_trace_gk20a.h"