mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 17:55:05 +03:00
video: tegra: host: dla: Make nvdla_dump_task static
This function is only used locally, so make it static. Bug 200088648 Change-Id: Icd387244e5ad0d058def22cba2d021bd82760901 Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-on: http://git-master/r/1330520 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
e6da13f8df
commit
f15d907c3d
@@ -532,7 +532,7 @@ fail_to_get_val_args:
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
void nvdla_dump_task(struct nvdla_task *task)
|
static void nvdla_dump_task(struct nvdla_task *task)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
struct nvhost_queue *queue = task->queue;
|
struct nvhost_queue *queue = task->queue;
|
||||||
|
|||||||
Reference in New Issue
Block a user