Add support for the PowerPC architecture for using the generic dmabounce support on a per-device basis. Signed-off-by: Albert Herranz <albert_herranz@xxxxxxxx> --- arch/powerpc/include/asm/device.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/include/asm/device.h b/arch/powerpc/include/asm/device.h index 6d94d27..b9a47e8 100644 --- a/arch/powerpc/include/asm/device.h +++ b/arch/powerpc/include/asm/device.h @@ -28,6 +28,9 @@ struct dev_archdata { #ifdef CONFIG_SWIOTLB dma_addr_t max_direct_dma_addr; #endif +#ifdef CONFIG_DMABOUNCE + struct dmabounce_info *dmabounce; +#endif }; static inline void dev_archdata_set_node(struct dev_archdata *ad, -- 1.6.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html