Skip to content

Commit

Permalink
ixj: make ixj_set_tone_off() static
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Martin <lihnucks@gmail.com>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Matthew Martin authored and Adrian Bunk committed Jun 26, 2006
1 parent d6e05ed commit bc940c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/telephony/ixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit bc940c4

Please sign in to comment.