aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ndisc.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-06-13 19:37:54 -0700
committerDavid S. Miller <davem@davemloft.net>2013-06-19 23:18:07 -0700
commitfedaf4ffc224a194e2d13a3ec2abe5df0bc94258 (patch)
tree616a793bafcfe1a022e78efb9d544a4a1296cbf4 /include/net/ndisc.h
parentipv6: Convert use of typedef ctl_table to struct ctl_table (diff)
downloadlinux-dev-fedaf4ffc224a194e2d13a3ec2abe5df0bc94258.tar.xz
linux-dev-fedaf4ffc224a194e2d13a3ec2abe5df0bc94258.zip
ndisc: Convert use of typedef ctl_table to struct ctl_table
This typedef is unnecessary and should just be removed. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/net/ndisc.h2
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,
void __user *buffer,
size_t *lenp,
loff_t *ppos);
-int ndisc_ifinfo_sysctl_strategy(ctl_table *ctl,
+int ndisc_ifinfo_sysctl_strategy(struct ctl_table *ctl,
void __user *oldval, size_t __user *oldlenp,
void __user *newval, size_t newlen);
#endif