diff options
author | Marcin Ślusarz <marcin.slusarz@gmail.com> | 2007-12-14 14:59:50 +0300 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 19:29:35 +0300 |
commit | 3b378e1f7e5b372a88189398f3946fd55da5923a (patch) | |
tree | 54fc0291ab85639c1bf62d2336fa637f0c8bebeb /sound/core/seq/seq_clientmgr.c | |
parent | 36b9cdfea64650069d985c5999cb5c2b6f8b85fb (diff) | |
download | linux-3b378e1f7e5b372a88189398f3946fd55da5923a.tar.xz |
[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>
Diffstat (limited to 'sound/core/seq/seq_clientmgr.c')
-rw-r--r-- | sound/core/seq/seq_clientmgr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/core/seq/seq_clientmgr.c b/sound/core/seq/seq_clientmgr.c index 69421ca68167..6444bd8c0fdf 100644 --- a/sound/core/seq/seq_clientmgr.c +++ b/sound/core/seq/seq_clientmgr.c @@ -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; |