Commit 4d5b78c0 authored by David S. Miller's avatar David S. Miller

net: Add missing rculist.h include to netdevice.h

Otherwise list_for_each_entry_rcu() et al. aren't visible
and we get build failures in some configurations.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4dbc8ef7
......@@ -39,6 +39,7 @@
#include <linux/device.h>
#include <linux/percpu.h>
#include <linux/rculist.h>
#include <linux/dmaengine.h>
#include <linux/workqueue.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment