Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / include / linux / ima.h
index 86c361e947b93b6be3fb6d55d81ff2054c2a5f02..1b7f268cddce7535dd25d2fa61fc80aaa8c2cfda 100644 (file)
@@ -46,7 +46,7 @@ static inline int ima_module_check(struct file *file)
        return 0;
 }
 
-#endif /* CONFIG_IMA_H */
+#endif /* CONFIG_IMA */
 
 #ifdef CONFIG_IMA_APPRAISE
 extern void ima_inode_post_setattr(struct dentry *dentry);
@@ -72,5 +72,5 @@ static inline int ima_inode_removexattr(struct dentry *dentry,
 {
        return 0;
 }
-#endif /* CONFIG_IMA_APPRAISE_H */
+#endif /* CONFIG_IMA_APPRAISE */
 #endif /* _LINUX_IMA_H */
This page took 0.027456 seconds and 5 git commands to generate.