diff options
author | Frank Li <Frank.Li@nxp.com> | 2024-03-23 16:34:50 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-04-07 13:50:00 +0200 |
commit | cee8cbfc7be8ff9f3ccf258134f9ab2c273abb75 (patch) | |
tree | 508a766f85fa3b041abfafa087ecd449c13646c9 /drivers/dma/fsl-edma-common.h | |
parent | dma: dw-axi-dmac: support per channel interrupt (diff) | |
download | linux-cee8cbfc7be8ff9f3ccf258134f9ab2c273abb75.tar.xz linux-cee8cbfc7be8ff9f3ccf258134f9ab2c273abb75.zip |
dmaengine: fsl-edma: remove 'slave_id' from fsl_edma_chan
The 'slave_id' field is redundant as it duplicates the functionality of
'srcid'. Remove 'slave_id' from fsl_edma_chan to eliminate redundancy.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20240323-8ulp_edma-v3-1-c0e981027c05@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/fsl-edma-common.h')
-rw-r--r-- | drivers/dma/fsl-edma-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/fsl-edma-common.h b/drivers/dma/fsl-edma-common.h index 7bf0aba471a8..4cf1de9f0e51 100644 --- a/drivers/dma/fsl-edma-common.h +++ b/drivers/dma/fsl-edma-common.h @@ -151,7 +151,6 @@ struct fsl_edma_chan { enum dma_status status; enum fsl_edma_pm_state pm_state; bool idle; - u32 slave_id; struct fsl_edma_engine *edma; struct fsl_edma_desc *edesc; struct dma_slave_config cfg; |