arch/powerpc: Move dma_mask from of_device into pdev_archdata
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 13 Apr 2010 23:12:59 +0000 (16:12 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 22 May 2010 06:10:40 +0000 (00:10 -0600)
commitcb6dc512b745292eaf123fedf437c211e27fb680
tree56177ae8f827c346b9180aad8723be8e04b50153
parent58f9b0b02414062eaff46716bc04b47d7e79add5
arch/powerpc: Move dma_mask from of_device into pdev_archdata

By moving dma_mask into pdev_archdata, and adding archdata to
struct of_device, it makes it possible to substitute of_device
with struct platform_device, which is a stepping stone to
removing the of_platform bus entirely.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/include/asm/device.h
arch/powerpc/include/asm/of_device.h
arch/powerpc/kernel/of_device.c
arch/powerpc/kernel/of_platform.c
drivers/macintosh/macio_asic.c
sound/aoa/soundbus/i2sbus/core.c