Skip to content

Commit 83a1b57

Browse files
Dr. David Alan Gilbertgregkh
authored andcommitted
cdx: remove unused struct 'cdx_mcdi_copy_buffer'
'cdx_mcdi_copy_buffer' has been unused since the original commit eb96b74 ("cdx: add MCDI protocol interface for firmware interaction"). Looking at lkml, it was used in the V1 posting but was removed somewhere before V6. Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Acked-by: Nipun Gupta <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1b48fbb commit 83a1b57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/cdx/controller/mcdi.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
#include "bitfield.h"
2828
#include "mcdi.h"
2929

30-
struct cdx_mcdi_copy_buffer {
31-
struct cdx_dword buffer[DIV_ROUND_UP(MCDI_CTL_SDU_LEN_MAX, 4)];
32-
};
33-
3430
static void cdx_mcdi_cancel_cmd(struct cdx_mcdi *cdx, struct cdx_mcdi_cmd *cmd);
3531
static void cdx_mcdi_wait_for_cleanup(struct cdx_mcdi *cdx);
3632
static int cdx_mcdi_rpc_async_internal(struct cdx_mcdi *cdx,

0 commit comments

Comments
 (0)