dmaengine: cleanup unused transaction types
No drivers currently implement these operation types, so they can be deleted. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
parent
138f4c359d
commit
9308add6ea
4 changed files with 1 additions and 16 deletions
|
@ -56,12 +56,9 @@ enum dma_transaction_type {
|
|||
DMA_MEMCPY,
|
||||
DMA_XOR,
|
||||
DMA_PQ,
|
||||
DMA_DUAL_XOR,
|
||||
DMA_PQ_UPDATE,
|
||||
DMA_XOR_VAL,
|
||||
DMA_PQ_VAL,
|
||||
DMA_MEMSET,
|
||||
DMA_MEMCPY_CRC32C,
|
||||
DMA_INTERRUPT,
|
||||
DMA_PRIVATE,
|
||||
DMA_ASYNC_TX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue