From a90588e822e468f3899c2a2febfe2542852e914e Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 21 Oct 2004 20:34:05 -0700 Subject: [PATCH] Fix build for CONFIG_SECURITY=n .. broken by the rename. Signed-off-by: Andrew Morton Signed-off-by: Chris Wright Signed-off-by: Linus Torvalds --- include/linux/security.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/security.h b/include/linux/security.h index e73390395981..80ba6b8295a0 100644 --- a/include/linux/security.h +++ b/include/linux/security.h @@ -1917,7 +1917,7 @@ extern int mod_unreg_security (const char *name, struct security_operations *ops * are just stubbed out, but a few must call the proper capable code. */ -static inline int security_scaffolding_startup (void) +static inline int security_init(void) { return 0; } -- cgit v1.2.3