diff options
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/platform.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c index fce088e6f54e..404d1daebefa 100644 --- a/drivers/of/platform.c +++ b/drivers/of/platform.c | |||
@@ -282,9 +282,6 @@ static struct amba_device *of_amba_device_create(struct device_node *node, | |||
282 | else | 282 | else |
283 | of_device_make_bus_id(&dev->dev); | 283 | of_device_make_bus_id(&dev->dev); |
284 | 284 | ||
285 | /* setup amba-specific device info */ | ||
286 | dev->dma_mask = ~0; | ||
287 | |||
288 | /* Allow the HW Peripheral ID to be overridden */ | 285 | /* Allow the HW Peripheral ID to be overridden */ |
289 | prop = of_get_property(node, "arm,primecell-periphid", NULL); | 286 | prop = of_get_property(node, "arm,primecell-periphid", NULL); |
290 | if (prop) | 287 | if (prop) |