mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
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>
This commit is contained in:
parent
1b9c53e849
commit
e5eea0981a
2 changed files with 1 additions and 3 deletions
|
@ -34,8 +34,6 @@ struct ctl_table_root;
|
|||
struct ctl_table_header;
|
||||
struct ctl_dir;
|
||||
|
||||
typedef struct ctl_table ctl_table;
|
||||
|
||||
typedef int proc_handler (struct ctl_table *ctl, int write,
|
||||
void __user *buffer, size_t *lenp, loff_t *ppos);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue