commit | 0690cbd2e55a72a8eae557c389d1a136ed9fa142 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <jroedel@suse.de> | Wed Nov 05 15:28:30 2014 +0100 |
committer | Joerg Roedel <jroedel@suse.de> | Tue Nov 18 11:30:01 2014 +0100 |
tree | 30cefbd6f503d20557e24a1765a027687170a7da | |
parent | d7da6bdc322bb79c4326dff7c2727236a48c4be9 [diff] |
powerpc/iommu: Rename iommu_[un]map_sg functions 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>