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:
Mikko Perttunen
2017-03-29 10:24:03 +03:00
committed by Laxman Dewangan
parent e6da13f8df
commit f15d907c3d

View File

@@ -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;