linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: cadet needless globals
@ 2002-10-08 18:57 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2002-10-08 18:57 UTC (permalink / raw)
  To: torvalds, linux-kernel

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.2.5.41/drivers/media/radio/radio-cadet.c linux.2.5.41-ac1/drivers/media/radio/radio-cadet.c
--- linux.2.5.41/drivers/media/radio/radio-cadet.c	2002-07-20 20:11:16.000000000 +0100
+++ linux.2.5.41-ac1/drivers/media/radio/radio-cadet.c	2002-10-06 20:19:00.000000000 +0100
@@ -57,7 +57,7 @@
  */
 static __u16 sigtable[2][4]={{5,10,30,150},{28,40,63,1000}};
 
-void cadet_wake(unsigned long qnum)
+static void cadet_wake(unsigned long qnum)
 {
         switch(qnum) {
 	case 0:           /* cadet_setfreq */

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

only message in thread, other threads:[~2002-10-08 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-08 18:57 PATCH: cadet needless globals Alan Cox

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).