diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-10-21 20:34:05 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-21 20:34:05 -0700 |
| commit | a90588e822e468f3899c2a2febfe2542852e914e (patch) | |
| tree | b8dd35d6b030aa02daf8c120e4ddf3e5c2bc9a1b /include/linux/security.h | |
| parent | ca74c1de7ed25a3cc3cdc920c8bd6ce01163bf35 (diff) | |
[PATCH] Fix build for CONFIG_SECURITY=n
.. 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>
Diffstat (limited to 'include/linux/security.h')
| -rw-r--r-- | include/linux/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
