Since the removal of NET_DMA, dmaengine.h header file shouldn't be needed
by netdevice.h anymore.
Signed-off-by: Dave Jiang
---
include/linux/netdevice.h |1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 779b235..dd5b440 1
On 06/08/2017 06:25 AM, Christoph Hellwig wrote:
> DMA_ERROR_CODE is not a public API and will go away. Instead properly
> unwind based on the loop counter.
>
> Signed-off-by: Christoph Hellwig
Acked-by: Dave Jiang
> ---
> drivers/dma/ioat/init.c | 24 +++-
Gianfar needs crc32 to be selected to compile.
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
--
drivers/net/Kconfig |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 8aa8dd0..2516e0b 100644
--- a/drivers/net/K