]> err.no Git - linux-2.6/blobdiff - security/keys/key.c
Merge branch 'upstream-linus' of git://oss.oracle.com/home/sourcebo/git/ocfs2
[linux-2.6] / security / keys / key.c
index bb036623d0a83b93917b880fea16f316a806b65d..99781b798312f0da18bd7063aa9b7856f7fe48fa 100644 (file)
@@ -36,7 +36,7 @@ static DECLARE_WORK(key_cleanup_task, key_cleanup, NULL);
 DECLARE_RWSEM(key_construction_sem);
 
 /* any key who's type gets unegistered will be re-typed to this */
-struct key_type key_type_dead = {
+static struct key_type key_type_dead = {
        .name           = "dead",
 };