projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba0498
)
ALSA: info: Remove unused function declarations
author
Yue Haibing
<yuehaibing@huawei.com>
Mon, 7 Aug 2023 14:15:13 +0000
(22:15 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Aug 2023 12:45:45 +0000
(14:45 +0200)
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>
include/sound/info.h
patch
|
blob
|
history
diff --git
a/include/sound/info.h
b/include/sound/info.h
index 7c13bf52cc8111ccfb9ed8a3dcd3bb8ea6289ae4..adbc506860d65a278af08f1dbe9868c2a12f8477 100644
(file)
--- 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);