Преглед изворни кода

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>
Dave Jiang пре 8 година
родитељ
комит
0dd5759dbb
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      include/linux/netdevice.h

+ 0 - 1
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>