video: tegra: host: nvdla: Fix Sparse warning

Declare nvdla_send_emu_postfences() as static to fix below sparse warning:
- nvdla_ioctl.c:391:5: warning: symbol 'nvdla_send_emu_postfences'
  was not declared. Should it be static?

Bug 200408168

Change-Id: I59a14e8e85902f233678c9f7c7c351d81c9c20b8
Signed-off-by: Amit Sharma <amisharma@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1725699
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Amit Sharma
2018-05-21 10:38:59 +05:30
committed by Laxman Dewangan
parent 26b8ad6100
commit 3fde68937a

View File

@@ -388,7 +388,7 @@ fail:
return err;
}
int nvdla_send_emu_postfences(struct nvdla_emu_task *task,
static int nvdla_send_emu_postfences(struct nvdla_emu_task *task,
struct nvdla_ioctl_emu_submit_task *user_task)
{
int err = 0, i;