diff options
author | Joe Perches <joe@perches.com> | 2013-06-13 19:37:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-19 23:18:07 -0700 |
commit | fedaf4ffc224a194e2d13a3ec2abe5df0bc94258 (patch) | |
tree | 616a793bafcfe1a022e78efb9d544a4a1296cbf4 /include/net/ndisc.h | |
parent | 9e8cda3ba84e1b85ff11b5d31ac80a753e7f9547 (diff) | |
download | op-kernel-dev-fedaf4ffc224a194e2d13a3ec2abe5df0bc94258.zip op-kernel-dev-fedaf4ffc224a194e2d13a3ec2abe5df0bc94258.tar.gz |
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 'include/net/ndisc.h')
-rw-r--r-- | include/net/ndisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index 745bf74..949d775 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 |