arch/powerpc: Move dma_mask from of_device into pdev_archdata
[safe/jmp/linux-2.6] / arch / powerpc / include / asm / of_device.h
index 8b26f96..444e97e 100644 (file)
@@ -12,8 +12,8 @@
  */
 struct of_device
 {
-       u64                     dma_mask;       /* DMA mask */
        struct device           dev;            /* Generic device interface */
+       struct pdev_archdata    archdata;
 };
 
 extern struct of_device *of_device_alloc(struct device_node *np,