From: Shaokun Zhang Date: Sat, 29 May 2021 09:02:06 +0000 (+0800) Subject: ALSA: usb-audio: Remove the repeated declaration X-Git-Tag: nvme-5.15-2021-08-18~263^2~9^2~208 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=19307193e5dd6edeb2bafa42d9354cd327df0b22;p=nvme.git ALSA: usb-audio: Remove the repeated declaration Function 'snd_usb_endpoint_suspend' is declared twice, so remove the repeated declaration. Signed-off-by: Shaokun Zhang Link: https://lore.kernel.org/r/1622278926-63857-1-git-send-email-zhangshaokun@hisilicon.com Signed-off-by: Takashi Iwai --- diff --git a/sound/usb/endpoint.h b/sound/usb/endpoint.h index eea4ca49876d..a668f675b52b 100644 --- a/sound/usb/endpoint.h +++ b/sound/usb/endpoint.h @@ -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,