mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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:
committed by
Laxman Dewangan
parent
26b8ad6100
commit
3fde68937a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user