aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Can <[email protected]>2022-09-28 08:48:33 +0000
committerTakashi Iwai <[email protected]>2022-09-29 08:12:28 +0200
commit2d6bd853cabc40f9fa7bf48edaa728e19f335e48 (patch)
treef98a7d41d458652c4a841ca0d27fd9fc00610cbe
parenteefe77fdc0de86480f5dbb6bc721396d82d095d3 (diff)
ALSA: asihpi - Remove unused struct hpi_subsys_response
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r--sound/pci/asihpi/hpimsgx.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/pci/asihpi/hpimsgx.c b/sound/pci/asihpi/hpimsgx.c
index f7427f8eb630..d0caef299481 100644
--- 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;