From: Andy Shevchenko Date: Tue, 26 Mar 2013 14:53:55 +0000 (+0200) Subject: dw_dmac: rename DT related methods to reflect their belonging X-Git-Tag: v3.10-rc1~41^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd2e6b664055a115a85be81af0ceb022726c5aef;p=pandora-kernel.git dw_dmac: rename DT related methods to reflect their belonging Since we will have not only DT cases in future let's rename DT related methods to reflect their belonging. The rename was done as follows: struct dw_dma_filter_args -> struct dw_dma_of_filter_args dw_dma_generic_filter() -> dw_dma_of_filter() dw_dma_xlate() -> dw_dma_of_xlate() dw_dma_id_table -> dw_dma_of_id_table There is no functional change. Signed-off-by: Andy Shevchenko Acked-by: Viresh Kumar Acked-by: Arnd Bergmann Signed-off-by: Vinod Koul --- Reading git-diff-tree failed