summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/nvhost_intr.c
diff options
context:
space:
mode:
authorHiro Sugawara <hsugawara@nvidia.com>2011-01-20 13:06:32 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:44:57 -0800
commitaa68acb7ac4c61dc65b733bd698b215da4a19ebe (patch)
tree8788884a1cd33855061af8f379da8fd314b69ec2 /drivers/video/tegra/host/nvhost_intr.c
parent9fdcf01d8ed69d2ba0b9b401381607ff65f14129 (diff)
[arm:tegra] Limiting function visibility/scope to static
Limiting an intra-file local function's visibility/scope to static. Reviewed-on: http://git-master/r/16448 (cherry picked from commit 77ba728673bde431af2eb0cdb0050b91c3f8b647) Original-Change-Id: I560fa431c81205513701f1e8263dd79ae371c813 Reviewed-on: http://git-master/r/16591 Tested-by: Hiro Sugawara <hsugawara@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Original-Change-Id: I2981d976885b7c734a2c3000e41d9602ab04ce95 Rebase-Id: R8368b938b9854d300ca873cee2f38d28a2b927ae
Diffstat (limited to 'drivers/video/tegra/host/nvhost_intr.c')
-rw-r--r--drivers/video/tegra/host/nvhost_intr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/nvhost_intr.c b/drivers/video/tegra/host/nvhost_intr.c
index c191a37d7497..729a0e351453 100644
--- a/drivers/video/tegra/host/nvhost_intr.c
+++ b/drivers/video/tegra/host/nvhost_intr.c
@@ -230,7 +230,7 @@ static void run_handlers(struct list_head completed[NVHOST_INTR_ACTION_COUNT])
/**
* Remove & handle all waiters that have completed for the given syncpt
*/
-int process_wait_list(struct nvhost_intr_syncpt *syncpt,
+static int process_wait_list(struct nvhost_intr_syncpt *syncpt,
u32 threshold, void __iomem *sync_regs)
{
struct list_head completed[NVHOST_INTR_ACTION_COUNT];