@@ -389,32 +389,6 @@ async_xor_val_offs(struct page *dest, unsigned int offset,
389
389
}
390
390
EXPORT_SYMBOL_GPL (async_xor_val_offs );
391
391
392
- /**
393
- * async_xor_val - attempt a xor parity check with a dma engine.
394
- * @dest: destination page used if the xor is performed synchronously
395
- * @src_list: array of source pages
396
- * @offset: offset in pages to start transaction
397
- * @src_cnt: number of source pages
398
- * @len: length in bytes
399
- * @result: 0 if sum == 0 else non-zero
400
- * @submit: submission / completion modifiers
401
- *
402
- * honored flags: ASYNC_TX_ACK
403
- *
404
- * src_list note: if the dest is also a source it must be at index zero.
405
- * The contents of this array will be overwritten if a scribble region
406
- * is not specified.
407
- */
408
- struct dma_async_tx_descriptor *
409
- async_xor_val (struct page * dest , struct page * * src_list , unsigned int offset ,
410
- int src_cnt , size_t len , enum sum_check_flags * result ,
411
- struct async_submit_ctl * submit )
412
- {
413
- return async_xor_val_offs (dest , offset , src_list , NULL , src_cnt ,
414
- len , result , submit );
415
- }
416
- EXPORT_SYMBOL_GPL (async_xor_val );
417
-
418
392
MODULE_AUTHOR ("Intel Corporation" );
419
393
MODULE_DESCRIPTION ("asynchronous xor/xor-zero-sum api" );
420
394
MODULE_LICENSE ("GPL" );
0 commit comments