Loading drivers/dma/mv_xor.c +0 −2 Original line number Diff line number Diff line Loading @@ -1125,8 +1125,6 @@ mv_xor_channel_add(struct mv_xor_private *msp, if (!adev->dma_desc_pool_virt) return ERR_PTR(-ENOMEM); adev->id = hw_id; /* discover transaction capabilites from the platform data */ dma_dev->cap_mask = cap_mask; adev->pdev = pdev; Loading drivers/dma/mv_xor.h +0 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,6 @@ struct mv_xor_private { */ struct mv_xor_device { struct platform_device *pdev; int id; dma_addr_t dma_desc_pool; void *dma_desc_pool_virt; size_t pool_size; Loading Loading
drivers/dma/mv_xor.c +0 −2 Original line number Diff line number Diff line Loading @@ -1125,8 +1125,6 @@ mv_xor_channel_add(struct mv_xor_private *msp, if (!adev->dma_desc_pool_virt) return ERR_PTR(-ENOMEM); adev->id = hw_id; /* discover transaction capabilites from the platform data */ dma_dev->cap_mask = cap_mask; adev->pdev = pdev; Loading
drivers/dma/mv_xor.h +0 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,6 @@ struct mv_xor_private { */ struct mv_xor_device { struct platform_device *pdev; int id; dma_addr_t dma_desc_pool; void *dma_desc_pool_virt; size_t pool_size; Loading