arch/powerpc: Move dma_mask from of_device into pdev_archdata
[cascardo/linux.git] / arch / powerpc / include / asm / device.h
index f23f8d8..a3954e4 100644 (file)
@@ -28,6 +28,7 @@ struct dev_archdata {
 };
 
 struct pdev_archdata {
+       u64 dma_mask;
 };
 
 #endif /* _ASM_POWERPC_DEVICE_H */