mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 08:05:27 +08:00
[ALSA] make sound/isa/gus/gusextreme.c:devices static
'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>
This commit is contained in:
parent
2ece5f42a2
commit
d35367e1cb
@ -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: "
|
||||
|
Loading…
Reference in New Issue
Block a user