Messages in this thread Patch in this message |  | | | Subject | PATCH: cadet needless globals | | Date | Tue, 8 Oct 2002 19:57:18 +0100 (BST) | | From | Alan Cox <> |
| |
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/
|  |