net: remove dmaengine.h inclusion from netdevice.h

Since the removal of NET_DMA, dmaengine.h header file shouldn't be needed
by netdevice.h anymore.

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Dave Jiang 2017-08-29 13:17:51 -07:00 committed by David S. Miller
parent 69d2ea9c79
commit 0dd5759dbb
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include <linux/percpu.h>
#include <linux/rculist.h>
#include <linux/dmaengine.h>
#include <linux/workqueue.h>
#include <linux/dynamic_queue_limits.h>