microblaze: Use generic device.h
pdev_archdata dma_mask is completely unused. Use generic device.h Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
@@ -174,9 +174,6 @@ struct platform_device *of_device_alloc(struct device_node *np,
|
||||
}
|
||||
|
||||
dev->dev.of_node = of_node_get(np);
|
||||
#if defined(CONFIG_MICROBLAZE)
|
||||
dev->dev.dma_mask = &dev->archdata.dma_mask;
|
||||
#endif
|
||||
dev->dev.parent = parent;
|
||||
|
||||
if (bus_id)
|
||||
|
Reference in New Issue
Block a user