[TRIVIAL] ixj: make ixj_set_tone_off() static

From: Alexey Dobriyan
Date: Thu May 11 2006 - 09:12:43 EST


From: Matthew Martin <lihnucks@xxxxxxxxx>

Signed-off-by: Matthew Martin <lihnucks@xxxxxxxxx>
Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

--- linux-vanilla/drivers/telephony/ixj.c
+++ linux-1/drivers/telephony/ixj.c
@@ -5712,7 +5712,7 @@ static int ixj_daa_write(IXJ *j)
return 1;
}

-int ixj_set_tone_off(unsigned short arg, IXJ *j)
+static int ixj_set_tone_off(unsigned short arg, IXJ *j)
{
j->tone_off_time = arg;
if (ixj_WriteDSPCommand(0x6E05, j)) /* Set Tone Off Period */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/