diff options
Diffstat (limited to 'include/linux/idr.h')
-rw-r--r-- | include/linux/idr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/idr.h b/include/linux/idr.h index 8442c0bffc06..0edda411959c 100644 --- a/include/linux/idr.h +++ b/include/linux/idr.h | |||
@@ -82,6 +82,7 @@ int idr_for_each(struct idr *idp, | |||
82 | int (*fn)(int id, void *p, void *data), void *data); | 82 | int (*fn)(int id, void *p, void *data), void *data); |
83 | void *idr_replace(struct idr *idp, void *ptr, int id); | 83 | void *idr_replace(struct idr *idp, void *ptr, int id); |
84 | void idr_remove(struct idr *idp, int id); | 84 | void idr_remove(struct idr *idp, int id); |
85 | void idr_remove_all(struct idr *idp); | ||
85 | void idr_destroy(struct idr *idp); | 86 | void idr_destroy(struct idr *idp); |
86 | void idr_init(struct idr *idp); | 87 | void idr_init(struct idr *idp); |
87 | 88 | ||