diff options
Diffstat (limited to 'include/net/neighbour.h')
-rw-r--r-- | include/net/neighbour.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index e4dd3a214034..a62959d2b3f7 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h | |||
@@ -155,7 +155,7 @@ struct neighbour { | |||
155 | struct rcu_head rcu; | 155 | struct rcu_head rcu; |
156 | struct net_device *dev; | 156 | struct net_device *dev; |
157 | u8 primary_key[0]; | 157 | u8 primary_key[0]; |
158 | }; | 158 | } __randomize_layout; |
159 | 159 | ||
160 | struct neigh_ops { | 160 | struct neigh_ops { |
161 | int family; | 161 | int family; |