Commit f3fc4c84 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[IPV6]: Make a function static in ndisc.c

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 99c9f1b8
...@@ -1594,10 +1594,11 @@ int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, struct file * f ...@@ -1594,10 +1594,11 @@ int ndisc_ifinfo_sysctl_change(struct ctl_table *ctl, int write, struct file * f
return ret; return ret;
} }
int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl, int __user *name, int nlen, static int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl, int __user *name,
void __user *oldval, size_t __user *oldlenp, int nlen, void __user *oldval,
void __user *newval, size_t newlen, size_t __user *oldlenp,
void **context) void __user *newval, size_t newlen,
void **context)
{ {
struct net_device *dev = ctl->extra1; struct net_device *dev = ctl->extra1;
struct inet6_dev *idev; struct inet6_dev *idev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment