diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-07 17:15:13 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-08-08 15:45:45 +0300 |
commit | f95d5efa9f8a468051e20c349c2913720551dfa9 (patch) | |
tree | 280f51137358dba46aaaf43423adbe6b66648c53 /include | |
parent | bba0498bd2d31f958b697d9d8a6b1c106de02e43 (diff) | |
download | linux-f95d5efa9f8a468051e20c349c2913720551dfa9.tar.xz |
ALSA: info: Remove unused function declarations
These declarations is never used since beginning of git history.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20230807141513.31440-1-yuehaibing@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/info.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |