projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefe77f
)
ALSA: asihpi - Remove unused struct hpi_subsys_response
author
Yuan Can
<yuancan@huawei.com>
Wed, 28 Sep 2022 08:48:33 +0000
(08:48 +0000)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 29 Sep 2022 06:12:28 +0000
(08:12 +0200)
After commit
3285ea10e9b0
("ALSA: asihpi - Interrelated HPI tidy up."),
struct hpi_subsys_response is not used any more and can be removed as well.
Signed-off-by: Yuan Can <yuancan@huawei.com>
Link:
https://lore.kernel.org/r/20220928084833.61131-1-yuancan@huawei.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/asihpi/hpimsgx.c
patch
|
blob
|
history
diff --git
a/sound/pci/asihpi/hpimsgx.c
b/sound/pci/asihpi/hpimsgx.c
index f7427f8eb6303e0d63c27940a9c96fb1f4c4e835..d0caef2994818efd1fe7162320075400cd94d525 100644
(file)
--- a/
sound/pci/asihpi/hpimsgx.c
+++ b/
sound/pci/asihpi/hpimsgx.c
@@
-93,11
+93,6
@@
static void HPIMSGX__cleanup(u16 adapter_index, void *h_owner);
#pragma pack(push, 1)
#endif
-struct hpi_subsys_response {
- struct hpi_response_header h;
- struct hpi_subsys_res s;
-};
-
struct hpi_adapter_response {
struct hpi_response_header h;
struct hpi_adapter_res a;