Skip to content

Commit

Permalink
[ALSA] make sound/isa/gus/gusextreme.c:devices static
Browse files Browse the repository at this point in the history
'devices' is not a good name for a global variable.
Thankfully, it can become static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Adrian Bunk authored and Jaroslav Kysela committed Jul 12, 2006
1 parent 2ece5f4 commit d35367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/isa/gus/gusextreme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];
static struct platform_device *devices[SNDRV_CARDS];


#define PFX "gusextreme: "
Expand Down

0 comments on commit d35367e

Please sign in to comment.