async_tx: remove depend_tx from async_tx_sync_epilog
[pandora-kernel.git] / crypto / async_tx / async_memcpy.c
index 06a7f4b..ddccfb0 100644 (file)
@@ -83,7 +83,7 @@ async_memcpy(struct page *dest, struct page *src, unsigned int dest_offset,
                kunmap_atomic(dest_buf, KM_USER0);
                kunmap_atomic(src_buf, KM_USER1);
 
-               async_tx_sync_epilog(flags, depend_tx, cb_fn, cb_param);
+               async_tx_sync_epilog(cb_fn, cb_param);
        }
 
        return tx;