gpu: nvgpu: remove inclusion of top hw header in ce

We now use g->ops.top.get_num_lce to retrieve number of logical
copy engines. Remove inclusion of top hw header.

Jira NVGPU-2013

Change-Id: If401d363776c21a3afec084e3fc440b2ba65bcb2
Signed-off-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2110489
Reviewed-by: Seema Khowala <seemaj@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Thomas Fleury
2019-05-02 10:03:56 -07:00
committed by mobile promotions
parent c90fcbae2a
commit 8052ce1d9f

View File

@@ -32,7 +32,6 @@
#include "hal/ce/ce_gv11b.h" #include "hal/ce/ce_gv11b.h"
#include <nvgpu/hw/gv11b/hw_ce_gv11b.h> #include <nvgpu/hw/gv11b/hw_ce_gv11b.h>
#include <nvgpu/hw/gv11b/hw_top_gv11b.h>
void nvgpu_report_ce_error(struct gk20a *g, u32 inst, void nvgpu_report_ce_error(struct gk20a *g, u32 inst,
u32 err_type, u32 status) u32 err_type, u32 status)