xpp: PRI_timing_priority can be static.

Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com>

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10053 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Tzafrir Cohen
2011-07-20 16:49:07 +00:00
parent 6308ee5f7a
commit 0ab741b32d

View File

@@ -1783,7 +1783,7 @@ static void PRI_card_pcm_tospan(xpd_t *xpd, xpacket_t *pack)
spin_unlock_irqrestore(&xpd->lock, flags);
}
int PRI_timing_priority(xpd_t *xpd)
static int PRI_timing_priority(xpd_t *xpd)
{
struct PRI_priv_data *priv;