diff options
Diffstat (limited to 'include/linux/rhashtable.h')
-rw-r--r-- | include/linux/rhashtable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/rhashtable.h b/include/linux/rhashtable.h index 99425f2be708..c85363c45fc0 100644 --- a/include/linux/rhashtable.h +++ b/include/linux/rhashtable.h | |||
@@ -181,7 +181,8 @@ static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, | |||
181 | } | 181 | } |
182 | #endif /* CONFIG_PROVE_LOCKING */ | 182 | #endif /* CONFIG_PROVE_LOCKING */ |
183 | 183 | ||
184 | int rhashtable_init(struct rhashtable *ht, struct rhashtable_params *params); | 184 | int rhashtable_init(struct rhashtable *ht, |
185 | const struct rhashtable_params *params); | ||
185 | 186 | ||
186 | void rhashtable_insert(struct rhashtable *ht, struct rhash_head *node); | 187 | void rhashtable_insert(struct rhashtable *ht, struct rhash_head *node); |
187 | bool rhashtable_remove(struct rhashtable *ht, struct rhash_head *node); | 188 | bool rhashtable_remove(struct rhashtable *ht, struct rhash_head *node); |