Skip to content

Commit

Permalink
net: include inetdevice.h for rcu_dereference_raw api change
Browse files Browse the repository at this point in the history
rcu_dereference_raw() now needs to know the type of its argument.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Sep 17, 2010
1 parent 16c3ea7 commit caeda9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
#include <linux/random.h>
#include <trace/events/napi.h>
#include <linux/pci.h>
#include <linux/inetdevice.h>

#include "net-sysfs.h"

Expand Down

0 comments on commit caeda9b

Please sign in to comment.