diff options
Diffstat (limited to 'include/linux/integrity.h')
-rw-r--r-- | include/linux/integrity.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/integrity.h b/include/linux/integrity.h index 83222cebd47b..c2d6082a1a4c 100644 --- a/include/linux/integrity.h +++ b/include/linux/integrity.h | |||
@@ -24,6 +24,7 @@ enum integrity_status { | |||
24 | #ifdef CONFIG_INTEGRITY | 24 | #ifdef CONFIG_INTEGRITY |
25 | extern struct integrity_iint_cache *integrity_inode_get(struct inode *inode); | 25 | extern struct integrity_iint_cache *integrity_inode_get(struct inode *inode); |
26 | extern void integrity_inode_free(struct inode *inode); | 26 | extern void integrity_inode_free(struct inode *inode); |
27 | extern void __init integrity_load_keys(void); | ||
27 | 28 | ||
28 | #else | 29 | #else |
29 | static inline struct integrity_iint_cache * | 30 | static inline struct integrity_iint_cache * |
@@ -36,5 +37,10 @@ static inline void integrity_inode_free(struct inode *inode) | |||
36 | { | 37 | { |
37 | return; | 38 | return; |
38 | } | 39 | } |
40 | |||
41 | static inline void integrity_load_keys(void) | ||
42 | { | ||
43 | } | ||
39 | #endif /* CONFIG_INTEGRITY */ | 44 | #endif /* CONFIG_INTEGRITY */ |
45 | |||
40 | #endif /* _LINUX_INTEGRITY_H */ | 46 | #endif /* _LINUX_INTEGRITY_H */ |