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

2018-03-26 Thread David Miller
From: Madalin Bucur 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

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

2018-03-23 Thread Madalin Bucur
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 --- drivers/net/ethernet/freescale/fman/Kconfig | 1 - drivers/net/eth