DMA: shdma: remove private and unused defines from a global header
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Fri, 2 Aug 2013 14:50:37 +0000 (16:50 +0200)
committerVinod Koul <vinod.koul@intel.com>
Tue, 27 Aug 2013 08:55:27 +0000 (14:25 +0530)
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 <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

No differences found