]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b0e48ad34c27f14cb10149ebe2a783ef20237ea
tree30cefbd6f503d20557e24a1765a027687170a7da
parenta91554e1dafda9793e3204c11c424cab46c233b3
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