diff options
author | Joe Perches <joe@perches.com> | 2014-06-06 17:38:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:16 -0400 |
commit | d6f50c95e0e44fa722852ae24aa51d4b7f0d56ed (patch) | |
tree | b46afd674070c6815ebbb7661344a0d8e2ab1cfe /include/linux/key.h | |
parent | 1f7e0616cd4f5df594595153c3a01bbb16072380 (diff) |
key: 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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/key.h')
-rw-r--r-- | include/linux/key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/key.h b/include/linux/key.h index 80d677483e31..3ae45f09589b 100644 --- a/include/linux/key.h +++ b/include/linux/key.h | |||
@@ -332,7 +332,7 @@ do { \ | |||
332 | } while (0) | 332 | } while (0) |
333 | 333 | ||
334 | #ifdef CONFIG_SYSCTL | 334 | #ifdef CONFIG_SYSCTL |
335 | extern ctl_table key_sysctls[]; | 335 | extern struct ctl_table key_sysctls[]; |
336 | #endif | 336 | #endif |
337 | /* | 337 | /* |
338 | * the userspace interface | 338 | * the userspace interface |