Re: [PATCH 5/5] powerpc: use asm-generic/dma-mapping-common.h

2009-07-27 Thread FUJITA Tomonori
On Mon, 27 Jul 2009 16:08:46 -0500 Becky Bruce wrote: > > On Jul 23, 2009, at 10:24 PM, FUJITA Tomonori wrote: > > > Signed-off-by: FUJITA Tomonori > > Fujita, > > Since you're removing all the uses of it, you should probably remove > PPC_NEED_DMA_SYNC_OPS from arch/powerpc/Kconfig: > > d

Re: [PATCH 5/5] powerpc: use asm-generic/dma-mapping-common.h

2009-07-27 Thread Becky Bruce
On Jul 23, 2009, at 10:24 PM, FUJITA Tomonori wrote: Signed-off-by: FUJITA Tomonori Fujita, Since you're removing all the uses of it, you should probably remove PPC_NEED_DMA_SYNC_OPS from arch/powerpc/Kconfig: diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 0603b6c..fb3f4

[PATCH 5/5] powerpc: use asm-generic/dma-mapping-common.h

2009-07-23 Thread FUJITA Tomonori
Signed-off-by: FUJITA Tomonori --- arch/powerpc/Kconfig |2 +- arch/powerpc/include/asm/dma-mapping.h | 242 +--- 2 files changed, 7 insertions(+), 237 deletions(-) diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index d00131c..0603b6c