From: Guennadi Liakhovetski Date: Fri, 2 Aug 2013 14:50:37 +0000 (+0200) Subject: DMA: shdma: remove private and unused defines from a global header X-Git-Tag: v3.12-rc1~68^2~7^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4620ad5419612fcd9ab412410440d3a7e8a9a90a;p=pandora-kernel.git DMA: shdma: remove private and unused defines from a global header Macros, named like TEND or SAR lack a namespace and are too broadly named for a global header. Besides, they aren't needed globally. Move them to where they belong - into the driver. Some other macros aren't used at all, remove them. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Vinod Koul --- Reading git-diff-tree failed