Commit 7f66b9d8 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] cadet needless globals

parent 341fb4b6
...@@ -57,7 +57,7 @@ static int isapnp_cadet_probe(void); ...@@ -57,7 +57,7 @@ static int isapnp_cadet_probe(void);
*/ */
static __u16 sigtable[2][4]={{5,10,30,150},{28,40,63,1000}}; 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) { switch(qnum) {
case 0: /* cadet_setfreq */ case 0: /* cadet_setfreq */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment