mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
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>
This commit is contained in:
parent
af92e5425e
commit
9e8cda3ba8
@ -859,8 +859,8 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev) { return 0; }
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SYSCTL
|
||||
extern ctl_table ipv6_route_table_template[];
|
||||
extern ctl_table ipv6_icmp_table_template[];
|
||||
extern struct ctl_table ipv6_route_table_template[];
|
||||
extern struct ctl_table ipv6_icmp_table_template[];
|
||||
|
||||
extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
|
||||
extern struct ctl_table *ipv6_route_sysctl_init(struct net *net);
|
||||
|
Loading…
Reference in New Issue
Block a user