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:
Joe Perches
2014-08-08 14:22:16 -07:00
committed by Linus Torvalds
parent 1b9c53e849
commit e5eea0981a
2 changed files with 1 additions and 3 deletions

View File

@@ -632,7 +632,7 @@ out:
return ret;
}
static int scan(struct ctl_table_header *head, ctl_table *table,
static int scan(struct ctl_table_header *head, struct ctl_table *table,
unsigned long *pos, struct file *file,
struct dir_context *ctx)
{