diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-10-30 12:19:08 (GMT) |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 14:58:58 (GMT) |
commit | 8b5c3f6c8d8300e7825bb5ed6effe0bd35907751 (patch) | |
tree | b752fe3c874d04d885e77ff7f78fc529168b21d7 /drivers/dma/mv_xor.h | |
parent | 61971656ce72ae40939abd4b23c61976270d2374 (diff) | |
download | linux-8b5c3f6c8d8300e7825bb5ed6effe0bd35907751.tar.xz |
dma: mv_xor: remove unused id field in mv_xor_device structure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'drivers/dma/mv_xor.h')
-rw-r--r-- | drivers/dma/mv_xor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/mv_xor.h b/drivers/dma/mv_xor.h index 7812565..52ca617 100644 --- a/drivers/dma/mv_xor.h +++ b/drivers/dma/mv_xor.h @@ -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; |