[ALSA] sound/core/seq: move declarations of globally visible variables to proper headers

sound/core/seq: move declarations of globally visible variables to proper headers

Signed-off-by: Marcin Ślusarz <marcin.slusarz@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Marcin Ślusarz
2007-12-14 12:59:50 +01:00
committed by Jaroslav Kysela
parent 36b9cdfea6
commit 3b378e1f7e
4 changed files with 9 additions and 9 deletions

View File

@ -130,8 +130,6 @@ static struct snd_seq_client *clientptr(int clientid)
return clienttab[clientid];
}
extern int seq_client_load[];
struct snd_seq_client *snd_seq_client_use_ptr(int clientid)
{
unsigned long flags;