OSDN Git Service

powerpc/iommu: Rename iommu_[un]map_sg functions
authorJoerg Roedel <jroedel@suse.de>
Wed, 5 Nov 2014 14:28:30 +0000 (15:28 +0100)
committerJoerg Roedel <jroedel@suse.de>
Tue, 18 Nov 2014 10:30:01 +0000 (11:30 +0100)
commit0690cbd2e55a72a8eae557c389d1a136ed9fa142
tree30cefbd6f503d20557e24a1765a027687170a7da
parentd7da6bdc322bb79c4326dff7c2727236a48c4be9
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>
arch/powerpc/include/asm/iommu.h
arch/powerpc/kernel/dma-iommu.c
arch/powerpc/kernel/iommu.c
arch/powerpc/platforms/cell/iommu.c