diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 470f7c951afb..55c2086e1f06 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -1331,7 +1331,7 @@ struct softnet_data { | |||
1331 | struct sk_buff *completion_queue; | 1331 | struct sk_buff *completion_queue; |
1332 | 1332 | ||
1333 | /* Elements below can be accessed between CPUs for RPS */ | 1333 | /* Elements below can be accessed between CPUs for RPS */ |
1334 | #ifdef CONFIG_SMP | 1334 | #ifdef CONFIG_RPS |
1335 | struct call_single_data csd ____cacheline_aligned_in_smp; | 1335 | struct call_single_data csd ____cacheline_aligned_in_smp; |
1336 | #endif | 1336 | #endif |
1337 | struct sk_buff_head input_pkt_queue; | 1337 | struct sk_buff_head input_pkt_queue; |