diff options
-rw-r--r-- | include/net/ndisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 745bf741e029..949d77528f2f 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h | |||
@@ -230,7 +230,7 @@ extern int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, | |||
230 | void __user *buffer, | 230 | void __user *buffer, |
231 | size_t *lenp, | 231 | size_t *lenp, |
232 | loff_t *ppos); | 232 | loff_t *ppos); |
233 | int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl, | 233 | int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl, |
234 | void __user *oldval, size_t __user *oldlenp, | 234 | void __user *oldval, size_t __user *oldlenp, |
235 | void __user *newval, size_t newlen); | 235 | void __user *newval, size_t newlen); |
236 | #endif | 236 | #endif |