diff options
Diffstat (limited to 'drivers/dma/dw/platform.c')
-rw-r--r-- | drivers/dma/dw/platform.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/dma/dw/platform.c b/drivers/dma/dw/platform.c index 31ff8113c3de..6dd8cd1820c1 100644 --- a/drivers/dma/dw/platform.c +++ b/drivers/dma/dw/platform.c | |||
@@ -128,9 +128,6 @@ dw_dma_parse_dt(struct platform_device *pdev) | |||
128 | pdata->nr_masters = nr_masters; | 128 | pdata->nr_masters = nr_masters; |
129 | pdata->nr_channels = nr_channels; | 129 | pdata->nr_channels = nr_channels; |
130 | 130 | ||
131 | if (of_property_read_bool(np, "is_private")) | ||
132 | pdata->is_private = true; | ||
133 | |||
134 | /* | 131 | /* |
135 | * All known devices, which use DT for configuration, support | 132 | * All known devices, which use DT for configuration, support |
136 | * memory-to-memory transfers. So enable it by default. | 133 | * memory-to-memory transfers. So enable it by default. |