diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/netdevice.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index cc07c3be2705..8ea8a8b70755 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
| @@ -237,8 +237,7 @@ struct netdev_hw_addr_list { | |||
| 237 | netdev_hw_addr_list_for_each(ha, &(dev)->mc) | 237 | netdev_hw_addr_list_for_each(ha, &(dev)->mc) |
| 238 | 238 | ||
| 239 | struct hh_cache { | 239 | struct hh_cache { |
| 240 | u16 hh_len; | 240 | unsigned int hh_len; |
| 241 | u16 __pad; | ||
| 242 | seqlock_t hh_lock; | 241 | seqlock_t hh_lock; |
| 243 | 242 | ||
| 244 | /* cached hardware header; allow for machine alignment needs. */ | 243 | /* cached hardware header; allow for machine alignment needs. */ |
