git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4981c4d
)
DMA: shdma: remove private and unused defines from a global header
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Fri, 2 Aug 2013 14:50:37 +0000
(16:50 +0200)
committer
Vinod 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