Commit a90588e8 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fix build for CONFIG_SECURITY=n

.. broken by the rename.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ca74c1de
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment