diff options
author | Ingo Molnar <mingo@kernel.org> | 2023-09-18 22:17:15 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-09-18 22:17:15 +0200 |
commit | 6f23fc47c1b2ac226704fb7294f43ed3b0965e51 (patch) | |
tree | 079303a4d4ed8489537ab300f129581ec9ca2594 /include/sound/info.h | |
parent | e35a6cf1cc343d720ad235f678f1cd2a9876b777 (diff) | |
parent | ce9ecca0238b140b88f43859b211c9fdfd8e5b70 (diff) |
Merge tag 'v6.6-rc2' into locking/core, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/sound/info.h')
-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); |