gpu: nvgpu: remove unused gr_priv.h include

Remove the unused gr_priv.h include from files outside gr unit.

Jira NVGPU-3218

Change-Id: I104c24fbd50523303ef1921a62c5dde99298a87e
Signed-off-by: Vinod G <vinodg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2109711
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-01 15:29:25 -07:00
committed by mobile promotions
parent bfafc8c4f1
commit 61e2b47b21
2 changed files with 2 additions and 5 deletions

View File

@@ -27,7 +27,6 @@
#include <nvgpu/string.h>
#include <nvgpu/bug.h>
#include <nvgpu/gr/gr_falcon.h>
#include "common/gr/gr_priv.h"
#include <nvgpu/pmu/fw.h>
#include "common/gr/gr_priv.h"

View File

@@ -34,6 +34,7 @@
#include <nvgpu/cbc.h>
#include <nvgpu/fbp.h>
#include <nvgpu/cyclestats_snapshot.h>
#include <nvgpu/gr/gr.h>
#include "init_vgpu.h"
#include "init_hal_vgpu.h"
@@ -43,7 +44,6 @@
#include "common/vgpu/gr/gr_vgpu.h"
#include "common/vgpu/fbp/fbp_vgpu.h"
#include "common/vgpu/ivc/comm_vgpu.h"
#include "common/gr/gr_priv.h"
u64 vgpu_connect(void)
{
@@ -72,9 +72,7 @@ void vgpu_remove_support_common(struct gk20a *g)
g->pmu.remove_support(&g->pmu);
}
if (g->gr->remove_support) {
g->gr->remove_support(g);
}
nvgpu_gr_remove_support(g);
if (g->fifo.remove_support) {
g->fifo.remove_support(&g->fifo);