Re: [PATCH] net: remove dmaengine.h inclusion from netdevice.h

2017-08-29 Thread David Miller
From: Dave Jiang Date: Tue, 29 Aug 2017 13:17:51 -0700 > Since the removal of NET_DMA, dmaengine.h header file shouldn't be needed > by netdevice.h anymore. > > Signed-off-by: Dave Jiang Applied to net-next, but it would have been really great for you to have provided a proper "Fixes: " tag re

[PATCH] net: remove dmaengine.h inclusion from netdevice.h

2017-08-29 Thread Dave Jiang
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 100644 ---