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:
d7da6bd
)
powerpc/iommu: Rename iommu_[un]map_sg functions
author
Joerg Roedel
<jroedel@suse.de>
Wed, 5 Nov 2014 14:28:30 +0000
(15:28 +0100)
committer
Joerg Roedel
<jroedel@suse.de>
Tue, 18 Nov 2014 10:30:01 +0000
(11:30 +0100)
The IOMMU-API gained support for a new iommu_map_sg
function. This causes compile failures on powerpc because
the function name is already globally used there.
This patch renames adds a ppc_ prefix to these functions to
solve the compile problem.
Signed-off-by: Joerg Roedel <jroedel@suse.de>
No differences found