diff options
Diffstat (limited to 'include/linux/inetdevice.h')
-rw-r--r-- | include/linux/inetdevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/inetdevice.h b/include/linux/inetdevice.h index 751d051f0bc7..681dff30940b 100644 --- a/include/linux/inetdevice.h +++ b/include/linux/inetdevice.h | |||
@@ -154,6 +154,7 @@ struct in_ifaddr { | |||
154 | struct in_validator_info { | 154 | struct in_validator_info { |
155 | __be32 ivi_addr; | 155 | __be32 ivi_addr; |
156 | struct in_device *ivi_dev; | 156 | struct in_device *ivi_dev; |
157 | struct netlink_ext_ack *extack; | ||
157 | }; | 158 | }; |
158 | 159 | ||
159 | int register_inetaddr_notifier(struct notifier_block *nb); | 160 | int register_inetaddr_notifier(struct notifier_block *nb); |