]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
key: convert use of typedef ctl_table to struct ctl_table
authorJoe Perches <joe@perches.com>
Thu, 22 May 2014 00:54:28 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 30 May 2014 06:58:36 +0000 (16:58 +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