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>
This commit is contained in:
Terje Bergstrom
2017-10-31 09:38:07 -07:00
committed by mobile promotions
parent 639f38d8a7
commit 6fdf03e0b2

View File

@@ -39,7 +39,6 @@
#include <trace/events/gk20a.h>
#include "gk20a.h"
#include "platform_gk20a.h"
#include "channel_sync_gk20a.h"
#include "ctxsw_trace_gk20a.h"