]> Pileus Git - ~andy/linux/commit
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)
commit4620ad5419612fcd9ab412410440d3a7e8a9a90a
tree5bc0942c762cbf598a0616bed24f04983c458936
parent4981c4dc194efb18f0e9a02f1b43e926f2f0d2bb
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 <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sh/shdmac.c
include/linux/sh_dma.h