security: sparse fix: Move security_fixup_op to security.h
Fix sparse warning by moving declaraion to global header. Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
Родитель
7b98a5857c
Коммит
5dbe3040c7
|
@ -1660,6 +1660,8 @@ struct security_operations {
|
|||
extern int security_init(void);
|
||||
extern int security_module_enable(struct security_operations *ops);
|
||||
extern int register_security(struct security_operations *ops);
|
||||
extern void __init security_fixup_ops(struct security_operations *ops);
|
||||
|
||||
|
||||
/* Security operations */
|
||||
int security_ptrace_access_check(struct task_struct *child, unsigned int mode);
|
||||
|
|
|
@ -26,9 +26,6 @@
|
|||
static __initdata char chosen_lsm[SECURITY_NAME_MAX + 1] =
|
||||
CONFIG_DEFAULT_SECURITY;
|
||||
|
||||
/* things that live in capability.c */
|
||||
extern void __init security_fixup_ops(struct security_operations *ops);
|
||||
|
||||
static struct security_operations *security_ops;
|
||||
static struct security_operations default_security_ops = {
|
||||
.name = "default",
|
||||
|
|
Загрузка…
Ссылка в новой задаче