diff mbox series

[-next] ALSA: info: Remove unused function declarations

Message ID 20230807141513.31440-1-yuehaibing@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] ALSA: info: Remove unused function declarations | expand

Commit Message

Yue Haibing Aug. 7, 2023, 2:15 p.m. UTC
These declarations is never used since beginning of git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/sound/info.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Takashi Iwai Aug. 8, 2023, 12:45 p.m. UTC | #1
On Mon, 07 Aug 2023 16:15:13 +0200,
Yue Haibing wrote:
> 
> These declarations is never used since beginning of git history.
> 
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

Thanks, applied now.


Takashi
diff mbox series

Patch

diff --git a/include/sound/info.h b/include/sound/info.h
index 7c13bf52cc81..adbc506860d6 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);