aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 4d5698aa828..0bbe030fc01 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -214,6 +214,11 @@ enum {
214#include <linux/cache.h> 214#include <linux/cache.h>
215#include <linux/skbuff.h> 215#include <linux/skbuff.h>
216 216
217#ifdef CONFIG_RPS
218#include <linux/jump_label.h>
219extern struct jump_label_key rps_needed;
220#endif
221
217struct neighbour; 222struct neighbour;
218struct neigh_parms; 223struct neigh_parms;
219struct sk_buff; 224struct sk_buff;