]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Fix build for CONFIG_SECURITY=n
authorAndrew Morton <akpm@osdl.org>
Fri, 22 Oct 2004 03:34:05 +0000 (20:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 22 Oct 2004 03:34:05 +0000 (20:34 -0700)
.. broken by the rename.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/security.h

index e73390395981802601ac490c939d375f5336d595..80ba6b8295a06738bd0d2700eec9bdefea84b59d 100644 (file)
@@ -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;
 }