From: Thomas Petazzoni Date: Thu, 15 Nov 2012 14:55:30 +0000 (+0100) Subject: dma: mv_xor: remove the pool_size from platform_data X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~12^2~1^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b503fa01990f6875640339d8f4ba98dbc068f821;p=pandora-kernel.git 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 --- Reading git-diff-tree failed