Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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