diff options
author | Joe Perches <joe@perches.com> | 2014-08-08 17:22:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 18:57:24 -0400 |
commit | e5eea0981a3840f3f39f43d2d00461c4c24018e7 (patch) | |
tree | 06a009aec0b670b13b9f3864fe490b67925d16d9 /include/linux/sysctl.h | |
parent | 1b9c53e849aa65776d4f611d99aa09f856518dad (diff) |
sysctl: remove typedef ctl_table
Remove the final user, and the typedef itself.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/sysctl.h')
-rw-r--r-- | include/linux/sysctl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 14a8ff2de11e..b7361f831226 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h | |||
@@ -34,8 +34,6 @@ struct ctl_table_root; | |||
34 | struct ctl_table_header; | 34 | struct ctl_table_header; |
35 | struct ctl_dir; | 35 | struct ctl_dir; |
36 | 36 | ||
37 | typedef struct ctl_table ctl_table; | ||
38 | |||
39 | typedef int proc_handler (struct ctl_table *ctl, int write, | 37 | typedef int proc_handler (struct ctl_table *ctl, int write, |
40 | void __user *buffer, size_t *lenp, loff_t *ppos); | 38 | void __user *buffer, size_t *lenp, loff_t *ppos); |
41 | 39 | ||