gpu: nvgpu: Remove unused gr_priv header include

Remove unused gr_priv.h and gr.h include from two files.

Jira NVGPU-3218

Change-Id: Ic3ec9a07d2e6928444490d3bc874702a76d0c2c8
Signed-off-by: Vinod G <vinodg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2110725
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Vinod G
2019-05-02 16:43:45 -07:00
committed by mobile promotions
parent 5003ccfa2e
commit fd79ecec05
2 changed files with 0 additions and 2 deletions

View File

@@ -47,7 +47,6 @@
#include <nvgpu/worker.h>
#include <nvgpu/gk20a.h>
#include <nvgpu/engines.h>
#include <nvgpu/gr/gr.h>
#include <nvgpu/channel.h>
#include <nvgpu/channel_sync.h>
#include <nvgpu/channel_sync_syncpt.h>

View File

@@ -38,7 +38,6 @@
#include <nvgpu/hw/gm20b/hw_pri_ringmaster_gm20b.h>
#include "ltc_gm20b.h"
#include "common/gr/gr_priv.h"
void gm20b_ltc_init_fs_state(struct gk20a *g)
{