linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL] ixj: make ixj_set_tone_off() static
@ 2006-05-11 13:11 Alexey Dobriyan
  0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2006-05-11 13:11 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Matthew Martin, linux-kernel

From: Matthew Martin <lihnucks@gmail.com>

Signed-off-by: Matthew Martin <lihnucks@gmail.com>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

--- 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 */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-11 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-11 13:11 [TRIVIAL] ixj: make ixj_set_tone_off() static Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).