Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
David S. Miller
2c6af36b 992b4785

-3
-3
include/net/ndisc.h
··· 488 488 #ifdef CONFIG_SYSCTL 489 489 int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, 490 490 void *buffer, size_t *lenp, loff_t *ppos); 491 - int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl, 492 - void __user *oldval, size_t __user *oldlenp, 493 - void __user *newval, size_t newlen); 494 491 #endif 495 492 496 493 void inet6_ifinfo_notify(int event, struct inet6_dev *idev);