summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/dma-mv_xor.h
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-15 15:55:30 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-11-20 15:59:00 +0100
commitb503fa01990f6875640339d8f4ba98dbc068f821 (patch)
tree7364cad331b4b2a06622716f28398b8c05b69730 /include/linux/platform_data/dma-mv_xor.h
parent9aedbdbab39c8aa58c0b2a0791fb10df6eebc123 (diff)
downloadlinux-stable-b503fa01990f6875640339d8f4ba98dbc068f821.tar.gz
linux-stable-b503fa01990f6875640339d8f4ba98dbc068f821.tar.bz2
linux-stable-b503fa01990f6875640339d8f4ba98dbc068f821.zip
dma: mv_xor: remove the pool_size from platform_data
The pool_size is always PAGE_SIZE, and since it is a software configuration paramter (and not a hardware description parameter), we cannot make it part of the Device Tree binding, so we'd better remove it from the platform_data as well. 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 b18dc2496186..8ec18f64e396 100644
--- a/include/linux/platform_data/dma-mv_xor.h
+++ b/include/linux/platform_data/dma-mv_xor.h
@@ -14,7 +14,6 @@
struct mv_xor_channel_data {
dma_cap_mask_t cap_mask;
- size_t pool_size;
};
struct mv_xor_platform_data {