From f15d907c3d06b8d6c1ab4f31d9f99b36f44527ca Mon Sep 17 00:00:00 2001 From: Mikko Perttunen Date: Wed, 29 Mar 2017 10:24:03 +0300 Subject: [PATCH] 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 Reviewed-on: http://git-master/r/1330520 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/video/tegra/host/nvdla/nvdla_ioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/tegra/host/nvdla/nvdla_ioctl.c b/drivers/video/tegra/host/nvdla/nvdla_ioctl.c index 6d0cbc10..9a4133e8 100644 --- a/drivers/video/tegra/host/nvdla/nvdla_ioctl.c +++ b/drivers/video/tegra/host/nvdla/nvdla_ioctl.c @@ -532,7 +532,7 @@ fail_to_get_val_args: return err; } -void nvdla_dump_task(struct nvdla_task *task) +static void nvdla_dump_task(struct nvdla_task *task) { int i; struct nvhost_queue *queue = task->queue;