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 коммит произвёл David S. Miller
Родитель 69d2ea9c79
Коммит 0dd5759dbb
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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>