]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
key: convert use of typedef ctl_table to struct ctl_table
authorJoe Perches <joe@perches.com>
Sat, 17 May 2014 13:19:19 +0000 (23:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 21 May 2014 07:11:26 +0000 (17:11 +1000)
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>
include/linux/key.h

index cd0abb8c9c33de3ce139632340de1c19381f9780..017b0826642f04c070137114ee98958737677cd6 100644 (file)
@@ -343,7 +343,7 @@ do {                                                                        \
 } while (0)
 
 #ifdef CONFIG_SYSCTL
-extern ctl_table key_sysctls[];
+extern struct ctl_table key_sysctls[];
 #endif
 /*
  * the userspace interface