]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: gus: Remove unused declarations
authorYue Haibing <yuehaibing@huawei.com>
Wed, 12 Nov 2025 09:20:07 +0000 (17:20 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 12 Nov 2025 09:34:44 +0000 (10:34 +0100)
snd_gf1_synth_init() and snd_gf1_synth_done() were declared but never
implenmented and used since the beginning of kernel git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://patch.msgid.link/20251112092007.3546539-1-yuehaibing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/gus/gus_reset.c

index 5cbace8369f8e8093df711749143b1d2307c6d80..a7a3e764bb77cf71165f75f03cf04f528a410794 100644 (file)
@@ -9,9 +9,6 @@
 #include <sound/core.h>
 #include <sound/gus.h>
 
-extern int snd_gf1_synth_init(struct snd_gus_card * gus);
-extern void snd_gf1_synth_done(struct snd_gus_card * gus);
-
 /*
  *  ok.. default interrupt handlers...
  */