diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-05 18:53:54 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-08-07 08:53:55 +0100 |
commit | 2c6af36beb2e7e0066a74bc930e562f66ad88bb6 (patch) | |
tree | 2319a3bd6d30b29ca12c3d9f25eb0a90806ba3dc /include/net/ndisc.h | |
parent | 992b47851be9125c1de480c8f34cc0ea7eb58daf (diff) | |
download | linux-2c6af36beb2e7e0066a74bc930e562f66ad88bb6.tar.gz linux-2c6af36beb2e7e0066a74bc930e562f66ad88bb6.tar.bz2 linux-2c6af36beb2e7e0066a74bc930e562f66ad88bb6.zip |
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 <yuehaibing@huawei.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ndisc.h')
-rw-r--r-- | include/net/ndisc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 52eae0943433..9bbdf6eaa942 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); |