diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/neighbour.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index bd187daffdb9..c8aacbd2e333 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h | |||
@@ -126,6 +126,7 @@ struct pneigh_entry | |||
126 | { | 126 | { |
127 | struct pneigh_entry *next; | 127 | struct pneigh_entry *next; |
128 | struct net_device *dev; | 128 | struct net_device *dev; |
129 | u8 flags; | ||
129 | u8 key[0]; | 130 | u8 key[0]; |
130 | }; | 131 | }; |
131 | 132 | ||