aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2017-08-29 13:17:51 -0700
committerDavid S. Miller <davem@davemloft.net>2017-08-29 16:09:53 -0700
commit0dd5759dbb1c9a862e7d90c09d6cf398c45f1100 (patch)
tree420b9004540f8b78ebaec639c14a3e78c387e2c9
parentnet: bcmgenet: Use correct I/O accessors (diff)
downloadlinux-dev-0dd5759dbb1c9a862e7d90c09d6cf398c45f1100.tar.xz
linux-dev-0dd5759dbb1c9a862e7d90c09d6cf398c45f1100.zip
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>
-rw-r--r--include/linux/netdevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index c5475b37a631..29bf06ff157c 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -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>