diff --git a/drivers/video/tegra/host/nvdla/nvdla.c b/drivers/video/tegra/host/nvdla/nvdla.c index a7771027..40cb76c5 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.c +++ b/drivers/video/tegra/host/nvdla/nvdla.c @@ -121,7 +121,7 @@ static void nvdla_free_dump_region(struct platform_device *pdev) } /* Queue management API */ -int nvdla_queue_abort(struct nvhost_queue *queue) +static int nvdla_queue_abort(struct nvhost_queue *queue) { /* TBD: Abort pending tasks from the queue */