From: Yue Haibing Date: Sat, 5 Aug 2023 10:53:54 +0000 (+0800) Subject: ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2c6af36beb2e7e0066a74bc930e562f66ad88bb6;p=linux.git ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declaration Commit f8572d8f2a2b ("sysctl net: Remove unused binary sysctl code") left behind this declaration. Signed-off-by: Yue Haibing Reviewed-by: David Ahern Signed-off-by: David S. Miller --- diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 52eae09434335..9bbdf6eaa942c 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h @@ -488,9 +488,6 @@ void igmp6_event_report(struct sk_buff *skb); #ifdef CONFIG_SYSCTL int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos); -int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl, - void __user *oldval, size_t __user *oldlenp, - void __user *newval, size_t newlen); #endif void inet6_ifinfo_notify(int event, struct inet6_dev *idev);