aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/platform_data/dma-mv_xor.h
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-10-31 13:24:41 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-20 15:58:56 +0100
commit2ccc469cfecee291707dd50e5842cbf206bc17d7 (patch)
tree6f7b96127eb9911b134f7cf5e5104f79c5f94feb /include/linux/platform_data/dma-mv_xor.h
parentdma: mv_xor: remove sub-driver 'mv_xor' (diff)
downloadwireguard-linux-2ccc469cfecee291707dd50e5842cbf206bc17d7.tar.xz
wireguard-linux-2ccc469cfecee291707dd50e5842cbf206bc17d7.zip
dma: mv_xor: remove 'shared' from mv_xor_platform_data
This member of the platform_data structure is no longer used, so get rid of it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'include/linux/platform_data/dma-mv_xor.h')
-rw-r--r--include/linux/platform_data/dma-mv_xor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/dma-mv_xor.h b/include/linux/platform_data/dma-mv_xor.h
index 6abe5f9326b6..4a0980b14c9b 100644
--- a/include/linux/platform_data/dma-mv_xor.h
+++ b/include/linux/platform_data/dma-mv_xor.h
@@ -13,7 +13,6 @@
#define MV_XOR_SHARED_NAME "mv_xor_shared"
struct mv_xor_platform_data {
- struct platform_device *shared;
int hw_id;
dma_cap_mask_t cap_mask;
size_t pool_size;