From: Yue Haibing Date: Mon, 7 Aug 2023 14:15:13 +0000 (+0800) Subject: ALSA: info: Remove unused function declarations X-Git-Tag: v6.6-rc1~135^2~5^2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f95d5efa9f8a468051e20c349c2913720551dfa9;p=thirdparty%2Fkernel%2Flinux.git ALSA: info: Remove unused function declarations These declarations is never used since beginning of git history. Signed-off-by: Yue Haibing Link: https://lore.kernel.org/r/20230807141513.31440-1-yuehaibing@huawei.com Signed-off-by: Takashi Iwai --- diff --git a/include/sound/info.h b/include/sound/info.h index 7c13bf52cc811..adbc506860d65 100644 --- a/include/sound/info.h +++ b/include/sound/info.h @@ -118,8 +118,6 @@ struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *name, struct snd_info_entry *parent); void snd_info_free_entry(struct snd_info_entry *entry); -int snd_info_store_text(struct snd_info_entry *entry); -int snd_info_restore_text(struct snd_info_entry *entry); int snd_info_card_create(struct snd_card *card); int snd_info_card_register(struct snd_card *card);