From: Lee Jones Date: Fri, 3 May 2013 14:32:02 +0000 (+0100) Subject: ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~68^2~17^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bd04e2ed415754a38118399328bc2c494f68632;p=pandora-kernel.git ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data 'psize' is used to calculate the maximum DMA burst size. However it is only taken into consideration when editing the DMA channel's configuration. The Audio DMA platform data is only used to allocate a channel, not configure it. That will be done at a later date within the MSP driver. We're also removing comments which are no longer required, as 'data_width' is no longer set in any device's platform data period. Tested-by: Fabio Baltieri Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed