diff options
author | Joe Perches <joe@perches.com> | 2013-06-13 22:37:53 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-20 02:18:07 -0400 |
commit | 9e8cda3ba84e1b85ff11b5d31ac80a753e7f9547 (patch) | |
tree | debec68959f904415c1a75a770930a9b2b422ce8 | |
parent | af92e5425e4a7cfbc9b85dc268acfaadb551cc56 (diff) |
ipv6: 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>
-rw-r--r-- | include/net/ipv6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index ab47582f6c0b..5fe564985171 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
@@ -859,8 +859,8 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev) { return 0; } | |||
859 | #endif | 859 | #endif |
860 | 860 | ||
861 | #ifdef CONFIG_SYSCTL | 861 | #ifdef CONFIG_SYSCTL |
862 | extern ctl_table ipv6_route_table_template[]; | 862 | extern struct ctl_table ipv6_route_table_template[]; |
863 | extern ctl_table ipv6_icmp_table_template[]; | 863 | extern struct ctl_table ipv6_icmp_table_template[]; |
864 | 864 | ||
865 | extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); | 865 | extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); |
866 | extern struct ctl_table *ipv6_route_sysctl_init(struct net *net); | 866 | extern struct ctl_table *ipv6_route_sysctl_init(struct net *net); |