Re: linux-next: manual merge of the driver-core tree with the slave-dma tree
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2012-11-29 03:46:09
Also in:
lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2012-11-29 03:46:09
Also in:
lkml
On 29 November 2012 09:10, Stephen Rothwell [off-list ref] wrote:
diff --cc drivers/dma/dw_dmac.c
+#ifdef CONFIG_OF +static struct dw_dma_platform_data * +__devinit dw_dma_parse_dt(struct platform_device *pdev)
Do we need a separate patch to fix this place? I believe yes.
- static int __devinit dw_probe(struct platform_device *pdev) + static int dw_probe(struct platform_device *pdev)
Thanks for this.