Re: [PATCH v2] fsl/fman: remove unnecessary set_dma_ops() call and HAS_DMA dependency

From: David Miller
Date: Mon Mar 26 2018 - 11:30:43 EST


From: Madalin Bucur <madalin.bucur@xxxxxxx>
Date: Fri, 23 Mar 2018 09:52:25 -0500

> The platform device is no longer used for DMA mapping so the
> (questionable) setting of the DMA ops done here is no longer
> needed. Removing it together with the HAS_DMA dependency that
> it required.
>
> Signed-off-by: Madalin Bucur <madalin.bucur@xxxxxxx>

Applied to net-next, thanks.