projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ece5f4
)
[ALSA] make sound/isa/gus/gusextreme.c:devices static
author
Adrian Bunk
<
[email protected]
>
Tue, 11 Jul 2006 10:09:20 +0000
(12:09 +0200)
committer
Jaroslav Kysela
<
[email protected]
>
Wed, 12 Jul 2006 18:08:12 +0000
(20:08 +0200)
'devices' is not a good name for a global variable.
Thankfully, it can become static.
Signed-off-by: Adrian Bunk <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
Signed-off-by: Jaroslav Kysela <
[email protected]
>
sound/isa/gus/gusextreme.c
patch
|
blob
|
history
diff --git
a/sound/isa/gus/gusextreme.c
b/sound/isa/gus/gusextreme.c
index 22cdddbfd8247088ad8d63b4bcb5f52cb29c3404..532c56e35ca496fd7a28c3252ce2823b840452e5 100644
(file)
--- a/
sound/isa/gus/gusextreme.c
+++ b/
sound/isa/gus/gusextreme.c
@@
-87,7
+87,7
@@
MODULE_PARM_DESC(channels, "GF1 channels for GUS Extreme driver.");
module_param_array(pcm_channels, int, NULL, 0444);
MODULE_PARM_DESC(pcm_channels, "Reserved PCM channels for GUS Extreme driver.");
-struct platform_device *devices[SNDRV_CARDS];
+st
atic st
ruct platform_device *devices[SNDRV_CARDS];
#define PFX "gusextreme: "