ALSA: usb-audio: Remove the repeated declaration
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Sat, 29 May 2021 09:02:06 +0000 (17:02 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 30 May 2021 07:30:46 +0000 (09:30 +0200)
Function 'snd_usb_endpoint_suspend' is declared twice, so remove the
repeated declaration.

Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Link: https://lore.kernel.org/r/1622278926-63857-1-git-send-email-zhangshaokun@hisilicon.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/endpoint.h

index eea4ca4..a668f67 100644 (file)
@@ -19,7 +19,6 @@ void snd_usb_endpoint_close(struct snd_usb_audio *chip,
                            struct snd_usb_endpoint *ep);
 int snd_usb_endpoint_configure(struct snd_usb_audio *chip,
                               struct snd_usb_endpoint *ep);
-void snd_usb_endpoint_suspend(struct snd_usb_endpoint *ep);
 
 bool snd_usb_endpoint_compatible(struct snd_usb_audio *chip,
                                 struct snd_usb_endpoint *ep,