Commit d6f50c95 authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds

key: convert use of typedef ctl_table to struct ctl_table

This typedef is unnecessary and should just be removed.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1f7e0616
......@@ -332,7 +332,7 @@ do { \
} while (0)
#ifdef CONFIG_SYSCTL
extern ctl_table key_sysctls[];
extern struct ctl_table key_sysctls[];
#endif
/*
* the userspace interface
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment