Skip to content

Commit

Permalink
net: remove dmaengine.h inclusion from netdevice.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Jiang authored and David S. Miller committed Aug 29, 2017
1 parent 69d2ea9 commit 0dd5759
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 0dd5759

Please sign in to comment.