summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorDavid Sin <davidsin@ti.com>2010-09-03 09:13:16 -0500
committerRicardo Perez Olivares <x0081762@ti.com>2010-09-14 19:27:51 -0500
commit5ec97cd2caae7241646132a32e241d2e0e6103aa (patch)
tree27cd4626f2848259907613e3ce9dee05a58df15d /drivers/media
parent9b13d2c9a86436a417cb01aec98a5d0a498befba (diff)
TILER: Make sita scan function static
Sparse fixes. Signed-off-by: David Sin <davidsin@ti.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/tiler/tcm/tcm_sita.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tiler/tcm/tcm_sita.c b/drivers/media/video/tiler/tcm/tcm_sita.c
index 0aea8f12be21..8809bec09bb1 100644
--- a/drivers/media/video/tiler/tcm/tcm_sita.c
+++ b/drivers/media/video/tiler/tcm/tcm_sita.c
@@ -632,7 +632,7 @@ static s32 scan_r2l_b2t(struct tcm *tcm, u16 w, u16 h, u16 stride,
* the 'area' area contains TL and BR corners of the allocated area
*
*/
-s32 scan_l2r_t2b(struct tcm *tcm, u16 w, u16 h, u16 stride,
+static s32 scan_l2r_t2b(struct tcm *tcm, u16 w, u16 h, u16 stride,
struct tcm_area *field, struct tcm_area *area)
{
s32 xx = 0, yy = 0;