PATCH: cadet needless globals

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Tue Oct 08 2002 - 13:57:18 EST


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



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:26 EST