From 4ecd9934ba1c2edf95588a364d49ddfd85c61bd1 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Thu, 10 May 2018 17:15:48 +0200 Subject: ima: Remove unused variable ima_initialized Commit a756024 ("ima: added ima_policy_flag variable") replaced ima_initialized with ima_policy_flag, but didn't remove ima_initialized. This patch removes it. Signed-off-by: Petr Vorel Reviewed-by: James Morris Signed-off-by: Mimi Zohar --- security/integrity/ima/ima.h | 1 - 1 file changed, 1 deletion(-) (limited to 'security/integrity/ima/ima.h') diff --git a/security/integrity/ima/ima.h b/security/integrity/ima/ima.h index 35fe91aa1fc9..354bb5716ce3 100644 --- a/security/integrity/ima/ima.h +++ b/security/integrity/ima/ima.h @@ -53,7 +53,6 @@ enum tpm_pcrs { TPM_PCR0 = 0, TPM_PCR8 = 8 }; extern int ima_policy_flag; /* set during initialization */ -extern int ima_initialized; extern int ima_used_chip; extern int ima_hash_algo; extern int ima_appraise; -- cgit v1.2.3