Skip to content

Commit

Permalink
net: Add missing rculist.h include to netdevice.h
Browse files Browse the repository at this point in the history
Otherwise list_for_each_entry_rcu() et al. aren't visible
and we get build failures in some configurations.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 6, 2009
1 parent 4dbc8ef commit 4d5b78c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

#include <linux/device.h>
#include <linux/percpu.h>
#include <linux/rculist.h>
#include <linux/dmaengine.h>
#include <linux/workqueue.h>

Expand Down

0 comments on commit 4d5b78c

Please sign in to comment.