diff options
Diffstat (limited to 'include')
-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 74c4b6ff8a5c..bd187daffdb9 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h | |||
@@ -101,7 +101,7 @@ struct neighbour | |||
101 | __u8 dead; | 101 | __u8 dead; |
102 | atomic_t probes; | 102 | atomic_t probes; |
103 | rwlock_t lock; | 103 | rwlock_t lock; |
104 | unsigned char ha[(MAX_ADDR_LEN+sizeof(unsigned long)-1)&~(sizeof(unsigned long)-1)]; | 104 | unsigned char ha[ALIGN(MAX_ADDR_LEN, sizeof(unsigned long))]; |
105 | struct hh_cache *hh; | 105 | struct hh_cache *hh; |
106 | atomic_t refcnt; | 106 | atomic_t refcnt; |
107 | int (*output)(struct sk_buff *skb); | 107 | int (*output)(struct sk_buff *skb); |