]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Tidy up dma_map_ops after adding new hook
authorMilton Miller <miltonm@bga.com>
Fri, 24 Jun 2011 09:05:25 +0000 (09:05 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Sep 2011 23:19:37 +0000 (09:19 +1000)
commit718c56dec9d363d600905bf5d19ef959df633b26
treec40edd404cb93997219a5d4c901d3512a04b23cf
parent370952899eb2e8536349f70b9851b2819b40fca8
powerpc: Tidy up dma_map_ops after adding new hook

The new get_required_mask hook name is longer than many of but not all
of the prior ops.  Tidy the struct initializers to align the equal signs
using the local whitespace.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org
Cc: benh@kernel.crashing.org
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/dma-iommu.c
arch/powerpc/kernel/dma.c
arch/powerpc/kernel/ibmebus.c
arch/powerpc/kernel/vio.c