提交 d6f50c95 编写于 作者: J Joe Perches 提交者: 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: NJoe Perches <joe@perches.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 1f7e0616
...@@ -332,7 +332,7 @@ do { \ ...@@ -332,7 +332,7 @@ do { \
} while (0) } while (0)
#ifdef CONFIG_SYSCTL #ifdef CONFIG_SYSCTL
extern ctl_table key_sysctls[]; extern struct ctl_table key_sysctls[];
#endif #endif
/* /*
* the userspace interface * the userspace interface
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册