]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
trusted-keys: rename trusted_defined files to trusted
authorMimi Zohar <zohar@linux.vnet.ibm.com>
Tue, 18 Jan 2011 14:07:11 +0000 (09:07 -0500)
committerJames Morris <jmorris@namei.org>
Sun, 23 Jan 2011 23:14:22 +0000 (10:14 +1100)
Rename trusted_defined.c and trusted_defined.h files to trusted.c and
trusted.h, respectively. Based on request from David Howells.

Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/keys/Makefile
security/keys/trusted.c [moved from security/keys/trusted_defined.c with 99% similarity]
security/keys/trusted.h [moved from security/keys/trusted_defined.h with 100% similarity]

index 6c941050f5734d79354e657d0aec167d50923276..ad8da87653cf4809a9587c740a128207e937d8e4 100644 (file)
@@ -13,7 +13,7 @@ obj-y := \
        request_key_auth.o \
        user_defined.o
 
-obj-$(CONFIG_TRUSTED_KEYS) += trusted_defined.o
+obj-$(CONFIG_TRUSTED_KEYS) += trusted.o
 obj-$(CONFIG_ENCRYPTED_KEYS) += encrypted_defined.o
 obj-$(CONFIG_KEYS_COMPAT) += compat.o
 obj-$(CONFIG_PROC_FS) += proc.o
similarity index 99%
rename from security/keys/trusted_defined.c
rename to security/keys/trusted.c
index 2836c6dc18a31247c839f50d46d1632c9a0e17d5..3066f56c7676afcb5ba438ca739ca069fbff0eac 100644 (file)
@@ -29,7 +29,7 @@
 #include <linux/tpm.h>
 #include <linux/tpm_command.h>
 
-#include "trusted_defined.h"
+#include "trusted.h"
 
 static const char hmac_alg[] = "hmac(sha1)";
 static const char hash_alg[] = "sha1";