commit | cb6dc512b745292eaf123fedf437c211e27fb680 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Apr 13 16:12:59 2010 -0700 |
committer | Grant Likely <grant.likely@secretlab.ca> | Sat May 22 00:10:40 2010 -0600 |
tree | 56177ae8f827c346b9180aad8723be8e04b50153 | |
parent | 58f9b0b02414062eaff46716bc04b47d7e79add5 [diff] |
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>